Title: [106119] trunk/Tools
- Revision
- 106119
- Author
- [email protected]
- Date
- 2012-01-27 06:53:32 -0800 (Fri, 27 Jan 2012)
Log Message
[Qt][WK2] Enable the automatic touch->mouse mocking on the new Qt5 hashes
https://bugs.webkit.org/show_bug.cgi?id=77122
Reviewed by Kenneth Rohde Christiansen.
* MiniBrowser/qt/MiniBrowserApplication.cpp:
(MiniBrowserApplication::MiniBrowserApplication):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (106118 => 106119)
--- trunk/Tools/ChangeLog 2012-01-27 14:42:07 UTC (rev 106118)
+++ trunk/Tools/ChangeLog 2012-01-27 14:53:32 UTC (rev 106119)
@@ -1,3 +1,13 @@
+2012-01-27 Andras Becsi <[email protected]>
+
+ [Qt][WK2] Enable the automatic touch->mouse mocking on the new Qt5 hashes
+ https://bugs.webkit.org/show_bug.cgi?id=77122
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ * MiniBrowser/qt/MiniBrowserApplication.cpp:
+ (MiniBrowserApplication::MiniBrowserApplication):
+
2012-01-27 Zeno Albisser <[email protected]>
[Qt][Mac] Build fails after adding ICU support (r105997).
Modified: trunk/Tools/MiniBrowser/qt/MiniBrowserApplication.cpp (106118 => 106119)
--- trunk/Tools/MiniBrowser/qt/MiniBrowserApplication.cpp 2012-01-27 14:42:07 UTC (rev 106118)
+++ trunk/Tools/MiniBrowser/qt/MiniBrowserApplication.cpp 2012-01-27 14:53:32 UTC (rev 106119)
@@ -75,9 +75,6 @@
setApplicationVersion("0.1");
handleUserOptions();
-
- // FIXME: This should be removed as soon as we can flag touch mock events as synthesized throuch QWindowSystemInterface
- qApp->setAttribute(Qt::AA_SynthesizeMouseForUnhandledTouchEvents, false);
}
bool MiniBrowserApplication::notify(QObject* target, QEvent* event)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes