summaryrefslogtreecommitdiff
path: root/src/controls/Private
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@theqtcompany.com>2016-06-21 12:19:33 +0200
committerTopi Reiniƶ <topi.reinio@theqtcompany.com>2016-06-22 12:51:46 +0000
commit0c053c7ea7eab4011ac6ed32ed8d32ec40874a9f (patch)
tree1f19756992480194a2d2f978b3773439aab024b6 /src/controls/Private
parent0c957f241ff974ae1169faa733b700185917227f (diff)
downloadqtquickcontrols-0c053c7ea7eab4011ac6ed32ed8d32ec40874a9f.tar.gz
Doc: Add missing \qmlmodule and \inqmlmodule commands
These are not strictly necessary as they are for internal types, but it makes it easier for QDoc to resolve the type inheritance. Change-Id: If4a2650fab5251081ae74b109bfb97220c25751c Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/controls/Private')
-rw-r--r--src/controls/Private/qquickabstractstyle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/Private/qquickabstractstyle.cpp b/src/controls/Private/qquickabstractstyle.cpp
index 065f7171..cd283959 100644
--- a/src/controls/Private/qquickabstractstyle.cpp
+++ b/src/controls/Private/qquickabstractstyle.cpp
@@ -44,6 +44,7 @@ QT_BEGIN_NAMESPACE
/*!
\qmltype AbstractStyle
\instantiates QQuickAbstractStyle1
+ \inqmlmodule QtQuick.Controls.Styles
\qmlabstract
\internal
*/