summaryrefslogtreecommitdiff
path: root/src/controls/Styles
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/Styles
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/Styles')
-rw-r--r--src/controls/Styles/Base/BasicTableViewStyle.qml1
1 files changed, 1 insertions, 0 deletions
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
*/