summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication.h
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2009-06-15 09:52:50 (GMT)
committerBradley T. Hughes <bradley.hughes@nokia.com>2009-06-15 09:52:50 (GMT)
commite44d64510e019e5d3b379b704cfb824e0d7ccc9d (patch)
tree3266a1fb4335ab7e44b3ddc55ccaebc13c2a5c2c /src/gui/kernel/qapplication.h
parent6ab9ca55342dad0ce16402b7d2f8d47d61a0af76 (diff)
downloadQt-e44d64510e019e5d3b379b704cfb824e0d7ccc9d.zip
Qt-e44d64510e019e5d3b379b704cfb824e0d7ccc9d.tar.gz
Qt-e44d64510e019e5d3b379b704cfb824e0d7ccc9d.tar.bz2
Add multitouch support for the RX-71 device
We have to by-pass X11 mouse events when using this device since we are reading directly from the /dev/input/event* device files.
Diffstat (limited to 'src/gui/kernel/qapplication.h')
-rw-r--r--src/gui/kernel/qapplication.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/kernel/qapplication.h b/src/gui/kernel/qapplication.h
index e09ea08..114e26f 100644
--- a/src/gui/kernel/qapplication.h
+++ b/src/gui/kernel/qapplication.h
@@ -391,6 +391,9 @@ private:
#if defined(Q_WS_MAC) || defined(Q_WS_X11)
Q_PRIVATE_SLOT(d_func(), void _q_alertTimeOut())
#endif
+#if defined(QT_RX71_MULTITOUCH)
+ Q_PRIVATE_SLOT(d_func(), void _q_readRX71MultiTouchEvents())
+#endif
};
QT_END_NAMESPACE