diff options
Diffstat (limited to 'src/plugins/platforms/qnx/qqnxintegration.h')
-rw-r--r-- | src/plugins/platforms/qnx/qqnxintegration.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/platforms/qnx/qqnxintegration.h b/src/plugins/platforms/qnx/qqnxintegration.h index c578938db2..538892e9fb 100644 --- a/src/plugins/platforms/qnx/qqnxintegration.h +++ b/src/plugins/platforms/qnx/qqnxintegration.h @@ -50,6 +50,7 @@ QT_BEGIN_NAMESPACE +class QQnxBpsEventFilter; class QQnxEventThread; class QQnxNativeInterface; class QQnxWindow; @@ -135,6 +136,9 @@ private: bool m_paintUsingOpenGL; #endif QAbstractEventDispatcher *m_eventDispatcher; +#if defined(Q_OS_BLACKBERRY) + QQnxBpsEventFilter *m_bpsEventFilter; +#endif QQnxNativeInterface *m_nativeInterface; QList<QQnxScreen*> m_screens; QQnxScreenEventHandler *m_screenEventHandler; |