summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindowsysteminterface_qpa.h
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2010-07-28 10:17:53 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2010-07-28 10:17:53 (GMT)
commit24322b3d6b1e7b33f936081a2dcaa3d62c9b501f (patch)
treebfbfa9ff2086da616674034ec4dff2b28f60cee0 /src/gui/kernel/qwindowsysteminterface_qpa.h
parente7c239407698f2a5d4f4b4000ecdd5969025fe1c (diff)
downloadQt-24322b3d6b1e7b33f936081a2dcaa3d62c9b501f.zip
Qt-24322b3d6b1e7b33f936081a2dcaa3d62c9b501f.tar.gz
Qt-24322b3d6b1e7b33f936081a2dcaa3d62c9b501f.tar.bz2
Fix so that eventloop intgration can have 0 timeouts
Diffstat (limited to 'src/gui/kernel/qwindowsysteminterface_qpa.h')
-rw-r--r--src/gui/kernel/qwindowsysteminterface_qpa.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qwindowsysteminterface_qpa.h b/src/gui/kernel/qwindowsysteminterface_qpa.h
index e57fa8e..5ff4275 100644
--- a/src/gui/kernel/qwindowsysteminterface_qpa.h
+++ b/src/gui/kernel/qwindowsysteminterface_qpa.h
@@ -79,7 +79,6 @@ public:
static void handleTouchEvent(QWidget *w, QEvent::Type type, QTouchEvent::DeviceType devType, const QList<struct TouchPoint> &points);
static void handleTouchEvent(QWidget *w, ulong timestamp, QEvent::Type type, QTouchEvent::DeviceType devType, const QList<struct TouchPoint> &points);
- // delivered directly by the plugin via spontaneous events
static void handleGeometryChange(QWidget *w, const QRect &newRect);
static void handleCloseEvent(QWidget *w);
static void handleEnterEvent(QWidget *w);