Title: [89241] trunk/Tools
Revision
89241
Author
[email protected]
Date
2011-06-20 03:35:56 -0700 (Mon, 20 Jun 2011)

Log Message

2011-06-20  Viatcheslav Ostapenko  <[email protected]>

        Reviewed by Andreas Kling.

        [Qt] [WK2] Compile error in ActivateFontsQt.cpp on Mac
        https://bugs.webkit.org/show_bug.cgi?id=62869

        Add QFont include to fix "incomlete type QFont" error.

        * WebKitTestRunner/InjectedBundle/qt/ActivateFontsQt.cpp:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (89240 => 89241)


--- trunk/Tools/ChangeLog	2011-06-20 10:32:27 UTC (rev 89240)
+++ trunk/Tools/ChangeLog	2011-06-20 10:35:56 UTC (rev 89241)
@@ -1,3 +1,14 @@
+2011-06-20  Viatcheslav Ostapenko  <[email protected]>
+
+        Reviewed by Andreas Kling.
+
+        [Qt] [WK2] Compile error in ActivateFontsQt.cpp on Mac
+        https://bugs.webkit.org/show_bug.cgi?id=62869
+
+        Add QFont include to fix "incomlete type QFont" error.
+
+        * WebKitTestRunner/InjectedBundle/qt/ActivateFontsQt.cpp:
+
 2011-06-19  Adam Bergkvist  <[email protected]>
 
         Reviewed by Martin Robinson.

Modified: trunk/Tools/WebKitTestRunner/InjectedBundle/qt/ActivateFontsQt.cpp (89240 => 89241)


--- trunk/Tools/WebKitTestRunner/InjectedBundle/qt/ActivateFontsQt.cpp	2011-06-20 10:32:27 UTC (rev 89240)
+++ trunk/Tools/WebKitTestRunner/InjectedBundle/qt/ActivateFontsQt.cpp	2011-06-20 10:35:56 UTC (rev 89241)
@@ -33,6 +33,7 @@
 #include <QApplication>
 #include <QByteArray>
 #include <QDir>
+#include <QFont>
 #include <QWindowsStyle>
 
 #ifdef Q_WS_X11
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to