summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_p.h
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2009-04-30 11:33:44 (GMT)
committerBradley T. Hughes <bradley.hughes@nokia.com>2009-04-30 11:33:44 (GMT)
commitbdeefa6bd4b8721c737aeb63794034c3495be9a1 (patch)
tree10aff4166d8d6eff546b46756d93b3db54b8f5a2 /src/gui/kernel/qapplication_p.h
parent33a9b5b4c7945c800b6590b993c841fb833276e8 (diff)
downloadQt-bdeefa6bd4b8721c737aeb63794034c3495be9a1.zip
Qt-bdeefa6bd4b8721c737aeb63794034c3495be9a1.tar.gz
Qt-bdeefa6bd4b8721c737aeb63794034c3495be9a1.tar.bz2
Use the HWND from the Windows MSG to find which widget to send events to
the logic for determining the event type has refactored as well
Diffstat (limited to 'src/gui/kernel/qapplication_p.h')
-rw-r--r--src/gui/kernel/qapplication_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qapplication_p.h b/src/gui/kernel/qapplication_p.h
index e9db8f3..ef375d3 100644
--- a/src/gui/kernel/qapplication_p.h
+++ b/src/gui/kernel/qapplication_p.h
@@ -441,8 +441,8 @@ public:
QList<QTouchEvent::TouchPoint *> currentTouchPoints;
void initializeMultitouch();
- void insertActiveTouch(QTouchEvent::TouchPoint *touchPoint);
- void removeActiveTouch(QTouchEvent::TouchPoint *touchPoint);
+ QEvent::Type insertActiveTouch(QTouchEvent::TouchPoint *touchPoint);
+ QEvent::Type removeActiveTouch(QTouchEvent::TouchPoint *touchPoint);
bool translateTouchEvent(const MSG &msg);
#endif