summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qnx/qqnxintegration.h
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2012-09-04 19:58:27 +0100
committerQt by Nokia <qt-info@nokia.com>2012-09-07 18:41:22 +0200
commit834e9823fc727d89c6b8e959dee29efa617a5aec (patch)
tree9ef70491bbffe36df64600a39e40d49bd9ec4b73 /src/plugins/platforms/qnx/qqnxintegration.h
parente54f6ed87b020df0a724ec90763775daf63ffab3 (diff)
QNX: Enable support for hardware buttons in QPA plugin
Change-Id: I3de18c3fdcfdacddc375b70800b34b6a8d16ac41 Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org> Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com> Reviewed-by: Kevin Krammer <kevin.krammer@kdab.com>
Diffstat (limited to 'src/plugins/platforms/qnx/qqnxintegration.h')
-rw-r--r--src/plugins/platforms/qnx/qqnxintegration.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/platforms/qnx/qqnxintegration.h b/src/plugins/platforms/qnx/qqnxintegration.h
index fe2447c0ac..361d4fd9d0 100644
--- a/src/plugins/platforms/qnx/qqnxintegration.h
+++ b/src/plugins/platforms/qnx/qqnxintegration.h
@@ -65,6 +65,7 @@ class QQnxServices;
#if defined(QQNX_PPS)
class QQnxInputContext;
class QQnxNavigatorEventNotifier;
+class QQnxButtonEventNotifier;
#endif
#if !defined(QT_NO_CLIPBOARD)
@@ -132,6 +133,7 @@ private:
#if defined(QQNX_PPS)
QQnxNavigatorEventNotifier *m_navigatorEventNotifier;
QQnxInputContext *m_inputContext;
+ QQnxButtonEventNotifier *m_buttonsNotifier;
#endif
QQnxServices *m_services;
QPlatformFontDatabase *m_fontDatabase;