aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/templates/qquickcontainer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/qquickcontainer.cpp b/src/templates/qquickcontainer.cpp
index c3758dbc..f4653027 100644
--- a/src/templates/qquickcontainer.cpp
+++ b/src/templates/qquickcontainer.cpp
@@ -393,7 +393,7 @@ QQmlListProperty<QQuickItem> QQuickContainer::contentChildren()
/*!
\qmlproperty int Qt.labs.controls::Container::currentIndex
- TODO
+ This property holds the index of the current item in the container.
*/
int QQuickContainer::currentIndex() const
{
@@ -414,7 +414,7 @@ void QQuickContainer::setCurrentIndex(int index)
/*!
\qmlproperty Item Qt.labs.controls::Container::currentItem
- TODO
+ This property holds the current item.
*/
QQuickItem *QQuickContainer::currentItem() const
{