aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickcontainer.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-12 23:56:30 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-13 09:16:10 +0000
commit3c71cd8b45846cacb8a886c33dcde58279d554cc (patch)
tree85293fe493bb19118fdc95274e148c444cd1ed12 /src/templates/qquickcontainer.cpp
parent495f5ce95443af578f378dbebf40c0ab08ab274d (diff)
Docs: make Container non-qmlabstract
It is registered as a type, just like Control. Change-Id: Ic9538c524b5fd38f63648aec401c83fde834bbc7 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/templates/qquickcontainer.cpp')
-rw-r--r--src/templates/qquickcontainer.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/templates/qquickcontainer.cpp b/src/templates/qquickcontainer.cpp
index d747e55e..c3758dbc 100644
--- a/src/templates/qquickcontainer.cpp
+++ b/src/templates/qquickcontainer.cpp
@@ -44,8 +44,9 @@ QT_BEGIN_NAMESPACE
\inherits Control
\instantiates QQuickContainer
\inqmlmodule Qt.labs.controls
- \qmlabstract
- \internal
+ \brief A container control base type.
+
+ Container is the base type of container-like user interface controls.
*/
QQuickContainerPrivate::QQuickContainerPrivate() : contentModel(Q_NULLPTR), currentIndex(-1)