aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickoverlay_p_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-09-20 15:48:37 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-09-21 21:39:22 +0000
commit29668bf3ebef803d67aa4e0bff8cc784149996a9 (patch)
tree033cae0028ffd2dc4357bd5b43781fbd1c8181c1 /src/quicktemplates2/qquickoverlay_p_p.h
parent85230f227f38d56572ad4650dda9fcce3942f86d (diff)
Move resizeOverlay() to QQuickPopupPrivate
This is a preparation step for making drawers movable. Drawer must be later able to resize the overlay to fit the area of the window that is covered by the drawer. For example, if the Drawer is below the header, it can resize the overlay so that it won't be on top of the header. Change-Id: I2cfd025a31f3a517575f3dbf9b972dcd6957715c Task-number: QTBUG-53168 Task-number: QTBUG-55360 Task-number: QTBUG-53609 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 6dc2853c..6201908e 100644
--- a/src/quicktemplates2/qquickoverlay_p_p.h
+++ b/src/quicktemplates2/qquickoverlay_p_p.h
@@ -78,7 +78,6 @@ public:
void createOverlay(QQuickPopup *popup);
void destroyOverlay(QQuickPopup *popup);
- void resizeOverlay(QQuickPopup *popup);
void toggleOverlay();
QVector<QQuickPopup *> stackingOrderPopups() const;