aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickoverlay_p_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-09-04 10:01:50 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-09-05 16:36:17 +0000
commitf6d74e89bbe9e4cf42eeb17cb4bdd0e415aa946f (patch)
tree4073829b06a87ee5e91b5e0e24207c90b03f9354 /src/quicktemplates2/qquickoverlay_p_p.h
parentc1563a67b7cce03c27367fab4d470b9ee129bd1f (diff)
Remove superfluous QQuickOverlayPrivate::popups
First of all, the name was a bit misleading. It was a list of _visible_ popups. Anyway, it is unnecessary to maintain such list anymore. The only use case for it was to resize the background dimming items of visible popups when the window was resized. For that infrequent desktop -only event, we can fetch the background dimming items from the list of all popups. Change-Id: Ie17db042719d4614189a78a2e5314136ca95df42 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickoverlay_p_p.h')
-rw-r--r--src/quicktemplates2/qquickoverlay_p_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquickoverlay_p_p.h b/src/quicktemplates2/qquickoverlay_p_p.h
index 7e63a99b..f9e962ee 100644
--- a/src/quicktemplates2/qquickoverlay_p_p.h
+++ b/src/quicktemplates2/qquickoverlay_p_p.h
@@ -87,7 +87,6 @@ public:
QQmlComponent *modal;
QQmlComponent *modeless;
- QVector<QQuickPopup *> popups;
QVector<QQuickPopup *> allPopups;
QVector<QQuickDrawer *> allDrawers;
QPointer<QQuickPopup> mouseGrabberPopup;