Title: [105155] trunk/Tools
Revision
105155
Author
[email protected]
Date
2012-01-17 07:30:34 -0800 (Tue, 17 Jan 2012)

Log Message

[Qt] Don't set the 'primary' flag when mocking touch-points in MiniBrowser

Qt 5 no longer has that flag.

Reviewed by Simon Hausmann.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (105154 => 105155)


--- trunk/Tools/ChangeLog	2012-01-17 15:29:37 UTC (rev 105154)
+++ trunk/Tools/ChangeLog	2012-01-17 15:30:34 UTC (rev 105155)
@@ -1,3 +1,14 @@
+2012-01-17  Tor Arne Vestbø  <[email protected]>
+
+        [Qt] Don't set the 'primary' flag when mocking touch-points in MiniBrowser
+
+        Qt 5 no longer has that flag.
+
+        Reviewed by Simon Hausmann.
+
+        * MiniBrowser/qt/MiniBrowserApplication.cpp:
+        (MiniBrowserApplication::notify):
+
 2012-01-16  Gustavo Noronha Silva  <[email protected]>
 
         GTK+ EWS needs to run update-webkitgtk-libs after applying a patch

Modified: trunk/Tools/MiniBrowser/qt/MiniBrowserApplication.cpp (105154 => 105155)


--- trunk/Tools/MiniBrowser/qt/MiniBrowserApplication.cpp	2012-01-17 15:29:37 UTC (rev 105154)
+++ trunk/Tools/MiniBrowser/qt/MiniBrowserApplication.cpp	2012-01-17 15:30:34 UTC (rev 105155)
@@ -155,8 +155,6 @@
         }
 
         // Update current touch-point
-        if (m_touchPoints.isEmpty())
-            touchPoint.flags |= QTouchEvent::TouchPoint::Primary;
         m_touchPoints.insert(touchPoint.id, touchPoint);
 
         // Update states for all other touch-points
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to