From f1e139b9ac02313f541ed6749f05e265f4c8bf13 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 26 Jul 2017 13:22:33 +0200 Subject: Popups: take Window::contentOrientation into account Task-number: QTBUG-62158 Change-Id: I0bcf5b02da6a3500e4324462d5f1249a6178c9fd Reviewed-by: Mitch Curtis --- src/quicktemplates2/qquickoverlay_p_p.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/quicktemplates2/qquickoverlay_p_p.h') diff --git a/src/quicktemplates2/qquickoverlay_p_p.h b/src/quicktemplates2/qquickoverlay_p_p.h index 5008aa09..dfedf7c0 100644 --- a/src/quicktemplates2/qquickoverlay_p_p.h +++ b/src/quicktemplates2/qquickoverlay_p_p.h @@ -96,6 +96,8 @@ public: void itemGeometryChanged(QQuickItem *item, QQuickGeometryChange change, const QRectF &diff) override; + void updateGeometry(); + QQmlComponent *modal; QQmlComponent *modeless; QVector allPopups; -- cgit v1.2.3