aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickpopup.cpp
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2019-02-05 10:47:50 +0100
committerMitch Curtis <mitch.curtis@qt.io>2019-02-05 10:57:20 +0000
commit2694457c2851476f59eb9ba9cdf5fcb1b0f08f01 (patch)
treee90a2d822d1a53d0fe401e5b95937e2259011c01 /src/quicktemplates2/qquickpopup.cpp
parent1d29b1e36732a7d17ed34c5fa207e7b935f2f41d (diff)
Doc: remove references to deprecated ApplicationWindow::overlay
Change-Id: I87f6f89695708b60d5065621a58d6fc59dac4edb Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickpopup.cpp')
-rw-r--r--src/quicktemplates2/qquickpopup.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/quicktemplates2/qquickpopup.cpp b/src/quicktemplates2/qquickpopup.cpp
index e542e7e8..3fb55eba 100644
--- a/src/quicktemplates2/qquickpopup.cpp
+++ b/src/quicktemplates2/qquickpopup.cpp
@@ -1666,8 +1666,7 @@ void QQuickPopup::setBackground(QQuickItem *background)
The content item is the visual implementation of the popup. When the
popup is made visible, the content item is automatically reparented to
- the \l {ApplicationWindow::overlay}{overlay item} of its application
- window.
+ the \l {Overlay::overlay}{overlay item}.
\note The content item is automatically resized to fit within the
\l padding of the popup.
@@ -1807,7 +1806,7 @@ bool QQuickPopup::hasActiveFocus() const
This property holds whether the popup is modal.
Modal popups often have a distinctive background dimming effect defined
- in \l {ApplicationWindow::overlay}{overlay.modal}, and do not allow press
+ in \l {Overlay::modal}{Overlay.modal}, and do not allow press
or release events through to items beneath them.
On desktop platforms, it is common for modal popups to be closed only when