src/gui/kernel/qapplication_p.h
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 29 b72c6db6890b
--- a/src/gui/kernel/qapplication_p.h	Fri Apr 16 15:50:13 2010 +0300
+++ b/src/gui/kernel/qapplication_p.h	Mon May 03 13:17:34 2010 +0300
@@ -530,6 +530,7 @@
                                        const QList<QTouchEvent::TouchPoint> &touchPoints);
 
 #if defined(Q_WS_WIN)
+    static bool HasTouchSupport;
     static PtrRegisterTouchWindow RegisterTouchWindow;
     static PtrGetTouchInputInfo GetTouchInputInfo;
     static PtrCloseTouchInputHandle CloseTouchInputHandle;