aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-04-21 10:04:51 +0200
committerMitch Curtis <mitch.curtis@theqtcompany.com>2016-04-21 08:08:58 +0000
commit68a20aa1fe4d408db69df0d0d2db343cbdc0dd92 (patch)
tree7a1c22c74f98b3c7c74a54d34b967313166042c4
parentd07341340e7cee1e266254ec5e4bb38848e6a47f (diff)
Fix 'Undocumented parameter 'style'' warning in QQuickStyle docs
Change-Id: Id99cb3176d209f1627825859afa11ca20c3ae883 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
-rw-r--r--src/quickcontrols2/qquickstyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickcontrols2/qquickstyle.cpp b/src/quickcontrols2/qquickstyle.cpp
index 0bf53b4e..4a12e3d1 100644
--- a/src/quickcontrols2/qquickstyle.cpp
+++ b/src/quickcontrols2/qquickstyle.cpp
@@ -150,7 +150,7 @@ QString QQuickStyle::path()
}
/*!
- Sets the application style.
+ Sets the application style to \a style.
\note The style must be configured \b before loading QML that imports Qt Quick Controls 2.
It is not possible to change the style after the QML types have been registered.