aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickpopup.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-04-21 21:21:03 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-04-21 19:30:49 +0000
commitfd1ae8164c79e6f7e80cd1e23e34c5df004059ad (patch)
treedc8a8503d253d50410f766eccf03bdcfdcef175a /src/quicktemplates2/qquickpopup.cpp
parent7eec7a3dfed4f082012717be6ffe6ddc705d0677 (diff)
Doc: cleanup remaining "labs" references
Change-Id: I5b0015476c3ceef8f82b00d99b084b1ce3bfaa6f Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickpopup.cpp')
-rw-r--r--src/quicktemplates2/qquickpopup.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/quicktemplates2/qquickpopup.cpp b/src/quicktemplates2/qquickpopup.cpp
index 32cf1606..c9fcb061 100644
--- a/src/quicktemplates2/qquickpopup.cpp
+++ b/src/quicktemplates2/qquickpopup.cpp
@@ -89,8 +89,6 @@ QT_BEGIN_NAMESPACE
In order to ensure that a popup is displayed above other items in the
scene, it is recommended to use ApplicationWindow. ApplicationWindow also
provides background dimming effects.
-
- \labs
*/
/*!
@@ -1293,7 +1291,7 @@ QQuickItem *QQuickPopup::popupItem() const
}
/*!
- \qmlproperty Item Qt.labs.popups::Popup::parent
+ \qmlproperty Item QtQuick.Controls::Popup::parent
This property holds the parent item.
*/
@@ -1328,7 +1326,7 @@ void QQuickPopup::setParentItem(QQuickItem *parent)
}
/*!
- \qmlproperty Item Qt.labs.popups::Popup::background
+ \qmlproperty Item QtQuick.Controls::Popup::background
This property holds the background item.