Title: [124883] trunk/Source/WebKit/qt
Revision
124883
Author
hausm...@webkit.org
Date
2012-08-07 06:10:05 -0700 (Tue, 07 Aug 2012)

Log Message

Unreviewed trivial fix: Missed HAVE_QT5 removal as part of r124879

Fixes failing auto-test.

* tests/qobjectbridge/tst_qobjectbridge.cpp:
(tst_QObjectBridge::enumerate_data):

Modified Paths

Diff

Modified: trunk/Source/WebKit/qt/ChangeLog (124882 => 124883)


--- trunk/Source/WebKit/qt/ChangeLog	2012-08-07 13:02:42 UTC (rev 124882)
+++ trunk/Source/WebKit/qt/ChangeLog	2012-08-07 13:10:05 UTC (rev 124883)
@@ -1,3 +1,12 @@
+2012-08-07  Simon Hausmann  <simon.hausm...@nokia.com>
+
+        Unreviewed trivial fix: Missed HAVE_QT5 removal as part of r124879
+
+        Fixes failing auto-test.
+
+        * tests/qobjectbridge/tst_qobjectbridge.cpp:
+        (tst_QObjectBridge::enumerate_data):
+
 2012-08-02  Simon Hausmann  <simon.hausm...@nokia.com>
 
         [Qt] Remove Qt 4 specific code paths

Modified: trunk/Source/WebKit/qt/tests/qobjectbridge/tst_qobjectbridge.cpp (124882 => 124883)


--- trunk/Source/WebKit/qt/tests/qobjectbridge/tst_qobjectbridge.cpp	2012-08-07 13:02:42 UTC (rev 124882)
+++ trunk/Source/WebKit/qt/tests/qobjectbridge/tst_qobjectbridge.cpp	2012-08-07 13:10:05 UTC (rev 124883)
@@ -1825,9 +1825,7 @@
         << "dp1" << "dp2" << "dp3"
         // inherited signals and slots
         << "destroyed(QObject*)" << "destroyed()"
-#if defined(HAVE_QT5) && HAVE_QT5
         << "objectNameChanged(QString)"
-#endif
         << "deleteLater()"
         // not included because it's private:
         // << "_q_reregisterTimers(void*)"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to