aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-04-13 20:45:14 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-04-13 19:11:34 +0000
commite0a22f71b24edd6244c6968d7152ea32de8a381f (patch)
tree7b62edf856196e03786c24c479551a7216d03b2d /src
parent5570ade79fec6d2e7b7381b6fe1869239832e05b (diff)
Doc: cleanup broken links to non-existent AbstractButton::checkable
Change-Id: Id1eaec0bef90b5c4e963c7868cace84db740e799 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/imports/controls/doc/src/qtquickcontrols2-customize.qdoc1
-rw-r--r--src/quicktemplates2/qquickitemdelegate.cpp4
-rw-r--r--src/quicktemplates2/qquickswipedelegate.cpp4
3 files changed, 4 insertions, 5 deletions
diff --git a/src/imports/controls/doc/src/qtquickcontrols2-customize.qdoc b/src/imports/controls/doc/src/qtquickcontrols2-customize.qdoc
index a2929b26..b16d7593 100644
--- a/src/imports/controls/doc/src/qtquickcontrols2-customize.qdoc
+++ b/src/imports/controls/doc/src/qtquickcontrols2-customize.qdoc
@@ -212,7 +212,6 @@
ItemDelegate consists of three visual items: \l {Control::background}{background},
\l {Control::contentItem}{content item} and \l {AbstractButton::indicator}{indicator}.
- The indicator is only visible for \l {AbstractButton::checkable}{checkable} items.
\section3 Background
diff --git a/src/quicktemplates2/qquickitemdelegate.cpp b/src/quicktemplates2/qquickitemdelegate.cpp
index 0483cc32..7defaa5c 100644
--- a/src/quicktemplates2/qquickitemdelegate.cpp
+++ b/src/quicktemplates2/qquickitemdelegate.cpp
@@ -54,8 +54,8 @@ QT_BEGIN_NAMESPACE
in various views and controls, such as \l ListView and \l ComboBox.
ItemDelegate inherits its API from AbstractButton. For instance, you can set
- \l {AbstractButton::text}{text}, make items \l {AbstractButton::checkable}{checkable},
- and react to \l {AbstractButton::clicked}{clicks} using the AbstractButton API.
+ \l {AbstractButton::text}{text}, and react to \l {AbstractButton::clicked}{clicks}
+ using the AbstractButton API.
\snippet qtquickcontrols2-itemdelegate.qml 1
diff --git a/src/quicktemplates2/qquickswipedelegate.cpp b/src/quicktemplates2/qquickswipedelegate.cpp
index d4edf087..cd46624e 100644
--- a/src/quicktemplates2/qquickswipedelegate.cpp
+++ b/src/quicktemplates2/qquickswipedelegate.cpp
@@ -58,8 +58,8 @@ QT_BEGIN_NAMESPACE
as \l ListView.
SwipeDelegate inherits its API from AbstractButton. For instance, you can set
- \l {AbstractButton::text}{text}, make items \l {AbstractButton::checkable}{checkable},
- and react to \l {AbstractButton::clicked}{clicks} using the AbstractButton API.
+ \l {AbstractButton::text}{text}, react to \l {AbstractButton::clicked}{clicks}
+ using the AbstractButton API.
Information regarding the progress of a swipe, as well as the components
that should be shown upon swiping, are both available through the