aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickoverlay_p_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-09-03 19:50:40 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-09-05 16:36:00 +0000
commitc1563a67b7cce03c27367fab4d470b9ee129bd1f (patch)
tree544433a000be8d7100cefe79c35c5fe7df714dc0 /src/quicktemplates2/qquickoverlay_p_p.h
parent5f9f81a1d43fd840d37982aadbe49f7343c3cbaa (diff)
QQuickOverlay: keep track of all drawers
Required by the subsequent patches. Done separately keep the other patches smaller and easier to review. Change-Id: Id5d13e19f98155cfd3d0474c7d3839808133bab1 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquickoverlay_p_p.h b/src/quicktemplates2/qquickoverlay_p_p.h
index a3d2cda7..7e63a99b 100644
--- a/src/quicktemplates2/qquickoverlay_p_p.h
+++ b/src/quicktemplates2/qquickoverlay_p_p.h
@@ -87,9 +87,9 @@ public:
QQmlComponent *modal;
QQmlComponent *modeless;
- QVector<QQuickDrawer *> drawers;
QVector<QQuickPopup *> popups;
QVector<QQuickPopup *> allPopups;
+ QVector<QQuickDrawer *> allDrawers;
QPointer<QQuickPopup> mouseGrabberPopup;
int modalPopups;
};