From 12d06e3177b3bf16fcdcfb349bc193bc481b7485 Mon Sep 17 00:00:00 2001 From: Frederik Schwarzer Date: Tue, 4 Oct 2016 11:12:54 +0200 Subject: QQuickAbstractButton: fix typo in apidoc Change-Id: I14ed47112eac986c42ed571e1cbb4ca4782c4026 Reviewed-by: J-P Nurmi Reviewed-by: Mitch Curtis --- src/quicktemplates2/qquickabstractbutton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/quicktemplates2/qquickabstractbutton.cpp') 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. */ -- cgit v1.2.3