aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickabstractbutton.cpp
diff options
context:
space:
mode:
authorFrederik Schwarzer <frederik.schwarzer@basyskom.com>2016-10-04 11:12:54 +0200
committerFrederik Schwarzer <frederik.schwarzer@basyskom.com>2016-10-04 11:15:36 +0000
commit12d06e3177b3bf16fcdcfb349bc193bc481b7485 (patch)
tree1b4ab7063d9a9cef42e6ac98eabe06b6f78d55f9 /src/quicktemplates2/qquickabstractbutton.cpp
parent2f66e9c239e7965ec982dc6fae81f23de1ee1368 (diff)
QQuickAbstractButton: fix typo in apidoc
Change-Id: I14ed47112eac986c42ed571e1cbb4ca4782c4026 Reviewed-by: J-P Nurmi <jpnurmi@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickabstractbutton.cpp')
-rw-r--r--src/quicktemplates2/qquickabstractbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquickabstractbutton.cpp b/src/quicktemplates2/qquickabstractbutton.cpp
index 96adbf9a..7e8c6ced 100644
--- a/src/quicktemplates2/qquickabstractbutton.cpp
+++ b/src/quicktemplates2/qquickabstractbutton.cpp
@@ -384,7 +384,7 @@ void QQuickAbstractButton::setCheckable(bool checkable)
one button can be checked at any time; checking another button automatically
unchecks the previously checked one.
- \note The property has no effect on buttons that belong to an ButtonGroup.
+ \note The property has no effect on buttons that belong to a ButtonGroup.
RadioButton and TabButton are auto-exclusive by default.
*/