summaryrefslogtreecommitdiffstats
path: root/src/plugins/qnx/camera/bbcameraorientationhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qnx/camera/bbcameraorientationhandler.h')
-rw-r--r--src/plugins/qnx/camera/bbcameraorientationhandler.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/qnx/camera/bbcameraorientationhandler.h b/src/plugins/qnx/camera/bbcameraorientationhandler.h
index a98582d84..af80bd4e1 100644
--- a/src/plugins/qnx/camera/bbcameraorientationhandler.h
+++ b/src/plugins/qnx/camera/bbcameraorientationhandler.h
@@ -51,11 +51,7 @@ public:
explicit BbCameraOrientationHandler(QObject *parent = 0);
~BbCameraOrientationHandler();
-#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
int orientation() const;