summaryrefslogtreecommitdiffstats
path: root/src/plugins/qnx/common/windowgrabber.h
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-09-06 10:43:54 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-09-09 09:42:22 +0200
commit64ddd6a4f57f4579bfd0eab91dc0f433c3a9f5f2 (patch)
tree2e656a4776baecfed59bf585138b9b5753d80d2e /src/plugins/qnx/common/windowgrabber.h
parent89af8871c653197d91541858013d08b8e7cbf751 (diff)
Adjust usage of nativeEventFilter for Qt6wip/cmake
Change-Id: Ifea48894e96f1e3f1df53650b3b07cce18a30aea Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/plugins/qnx/common/windowgrabber.h')
-rw-r--r--src/plugins/qnx/common/windowgrabber.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/qnx/common/windowgrabber.h b/src/plugins/qnx/common/windowgrabber.h
index 3ebd0e8a6..5603d9634 100644
--- a/src/plugins/qnx/common/windowgrabber.h
+++ b/src/plugins/qnx/common/windowgrabber.h
@@ -100,7 +100,11 @@ public:
void pause();
void resume();
+#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
+ bool nativeEventFilter(const QByteArray &eventType, void *message, qintptr *result) override;
+#else
bool nativeEventFilter(const QByteArray &eventType, void *message, long *result) override;
+#endif
bool handleScreenEvent(screen_event_t event);