aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickoverlay_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-04-27 15:29:53 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-04-27 18:44:08 +0000
commit09b9a551c8eadc4e406468af09b44c14ea6c7b7f (patch)
tree64836931a529019e2a1dfa488d71e134bae840ee /src/quicktemplates2/qquickoverlay_p.h
parentf9552a96a7c6f8ea58d8ea90cf3027cc0636bf64 (diff)
Fix Popup.CloseOnRelease for non-modal popups
Change-Id: I70ac251a02a7856e6770cdb9b3e5b2a2d027d133 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickoverlay_p.h')
-rw-r--r--src/quicktemplates2/qquickoverlay_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quicktemplates2/qquickoverlay_p.h b/src/quicktemplates2/qquickoverlay_p.h
index 3a535b93..7d1ff143 100644
--- a/src/quicktemplates2/qquickoverlay_p.h
+++ b/src/quicktemplates2/qquickoverlay_p.h
@@ -92,6 +92,7 @@ protected:
void wheelEvent(QWheelEvent *event) override;
#endif
bool childMouseEventFilter(QQuickItem *item, QEvent *event) override;
+ bool eventFilter(QObject *object, QEvent *event) override;
private:
Q_DISABLE_COPY(QQuickOverlay)