aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/qquicktheme.cpp
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-09-23 13:06:04 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-23 13:41:46 +0000
commit8a5f6de53fbde11a7075fdfed4436dfbe21acaa0 (patch)
tree2b2b74916e86f124a73cfac960b5b014cdac7062 /src/imports/controls/qquicktheme.cpp
parent69b1ef4fd291aea54138d9a23d9710ece82b11be (diff)
Doc: Replaced the module name qualifier used for QML docs
Also made changes to avoid qdoc warnings about qml snippets. Change-Id: Ide047fe7a4901fcf4b03efdccf457662e60585d2 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/qquicktheme.cpp')
-rw-r--r--src/imports/controls/qquicktheme.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/imports/controls/qquicktheme.cpp b/src/imports/controls/qquicktheme.cpp
index c404dac8..3cfbc689 100644
--- a/src/imports/controls/qquicktheme.cpp
+++ b/src/imports/controls/qquicktheme.cpp
@@ -59,43 +59,43 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \qmlattachedproperty color QtQuickControls2::Theme::accentColor
+ \qmlattachedproperty color QtQuick.Controls::Theme::accentColor
*/
/*!
- \qmlattachedproperty color QtQuickControls2::Theme::backgroundColor
+ \qmlattachedproperty color QtQuick.Controls::Theme::backgroundColor
*/
/*!
- \qmlattachedproperty color QtQuickControls2::Theme::disabledColor
+ \qmlattachedproperty color QtQuick.Controls::Theme::disabledColor
*/
/*!
- \qmlattachedproperty color QtQuickControls2::Theme::focusColor
+ \qmlattachedproperty color QtQuick.Controls::Theme::focusColor
*/
/*!
- \qmlattachedproperty color QtQuickControls2::Theme::frameColor
+ \qmlattachedproperty color QtQuick.Controls::Theme::frameColor
*/
/*!
- \qmlattachedproperty color QtQuickControls2::Theme::pressColor
+ \qmlattachedproperty color QtQuick.Controls::Theme::pressColor
*/
/*!
- \qmlattachedproperty color QtQuickControls2::Theme::selectedTextColor
+ \qmlattachedproperty color QtQuick.Controls::Theme::selectedTextColor
*/
/*!
- \qmlattachedproperty color QtQuickControls2::Theme::selectionColor
+ \qmlattachedproperty color QtQuick.Controls::Theme::selectionColor
*/
/*!
- \qmlattachedproperty color QtQuickControls2::Theme::shadowColor
+ \qmlattachedproperty color QtQuick.Controls::Theme::shadowColor
*/
/*!
- \qmlattachedproperty color QtQuickControls2::Theme::textColor
+ \qmlattachedproperty color QtQuick.Controls::Theme::textColor
*/
Q_GLOBAL_STATIC_WITH_ARGS(QQuickThemeData, globalThemeData, (QString::fromLatin1(":/qtquickcontrols/theme.json")))