summaryrefslogtreecommitdiffstats
path: root/src/plugins/qnx/common/windowgrabber.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qnx/common/windowgrabber.cpp')
-rw-r--r--src/plugins/qnx/common/windowgrabber.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/qnx/common/windowgrabber.cpp b/src/plugins/qnx/common/windowgrabber.cpp
index f431f98a2..65037fcce 100644
--- a/src/plugins/qnx/common/windowgrabber.cpp
+++ b/src/plugins/qnx/common/windowgrabber.cpp
@@ -189,11 +189,7 @@ bool WindowGrabber::handleScreenEvent(screen_event_t screen_event)
return false;
}
-#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
bool WindowGrabber::nativeEventFilter(const QByteArray &eventType, void *message, qintptr *)
-#else
-bool WindowGrabber::nativeEventFilter(const QByteArray &eventType, void *message, long *)
-#endif
{
if (eventType == "screen_event_t") {
const screen_event_t event = static_cast<screen_event_t>(message);