summaryrefslogtreecommitdiff
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
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>
-rw-r--r--src/controls/Private/qquickabstractstyle.cpp1
-rw-r--r--src/controls/Styles/Base/BasicTableViewStyle.qml1
-rw-r--r--src/controls/doc/src/qtquickcontrolsstyles-index.qdoc4
3 files changed, 6 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
*/
diff --git a/src/controls/Styles/Base/BasicTableViewStyle.qml b/src/controls/Styles/Base/BasicTableViewStyle.qml
index 42cf2d2f..233d8efc 100644
--- a/src/controls/Styles/Base/BasicTableViewStyle.qml
+++ b/src/controls/Styles/Base/BasicTableViewStyle.qml
@@ -44,6 +44,7 @@ import QtQuick.Controls.Private 1.0
/*!
\qmltype BasicTableViewStyle
\internal
+ \inqmlmodule QtQuick.Controls.Styles
\inherits ScrollViewStyle
\qmlabstract
*/
diff --git a/src/controls/doc/src/qtquickcontrolsstyles-index.qdoc b/src/controls/doc/src/qtquickcontrolsstyles-index.qdoc
index 8a1c2ab0..69180295 100644
--- a/src/controls/doc/src/qtquickcontrolsstyles-index.qdoc
+++ b/src/controls/doc/src/qtquickcontrolsstyles-index.qdoc
@@ -141,3 +141,7 @@
import QtQuick.Controls.Styles 1.4
\endcode
*/
+
+/*! \qmlmodule QtQuick.Controls.Private 1.0
+ \internal
+*/