aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickitemdelegate.cpp
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/quicktemplates2/qquickitemdelegate.cpp
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/quicktemplates2/qquickitemdelegate.cpp')
-rw-r--r--src/quicktemplates2/qquickitemdelegate.cpp4
1 files changed, 2 insertions, 2 deletions
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