From 2694457c2851476f59eb9ba9cdf5fcb1b0f08f01 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Tue, 5 Feb 2019 10:47:50 +0100 Subject: Doc: remove references to deprecated ApplicationWindow::overlay Change-Id: I87f6f89695708b60d5065621a58d6fc59dac4edb Reviewed-by: Paul Wicking --- src/quicktemplates2/qquickpopup.cpp | 5 ++--- 1 file 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 -- cgit v1.2.3