[Qt] Add missing include for QMimeData
authorcaio.oliveira@openbossa.org <caio.oliveira@openbossa.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 30 Sep 2011 23:01:23 +0000 (23:01 +0000)
committercaio.oliveira@openbossa.org <caio.oliveira@openbossa.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 30 Sep 2011 23:01:23 +0000 (23:01 +0000)
https://bugs.webkit.org/show_bug.cgi?id=69178

Reviewed by Tor Arne Vestbø.

This was implicitly included by other headers, but due to changes in
Qt5 we need to include explicitly.

* UIProcess/qt/QtWebPageProxy.cpp:
* WebProcess/WebPage/WebPage.cpp:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96435 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebKit2/ChangeLog
Source/WebKit2/UIProcess/qt/QtWebPageProxy.cpp
Source/WebKit2/WebProcess/WebPage/WebPage.cpp

index f2a2d2e..695d502 100644 (file)
@@ -1,3 +1,16 @@
+2011-09-30  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
+
+        [Qt] Add missing include for QMimeData
+        https://bugs.webkit.org/show_bug.cgi?id=69178
+
+        Reviewed by Tor Arne Vestbø.
+
+        This was implicitly included by other headers, but due to changes in
+        Qt5 we need to include explicitly.
+
+        * UIProcess/qt/QtWebPageProxy.cpp:
+        * WebProcess/WebPage/WebPage.cpp:
+
 2011-09-30  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
 
         [Qt] Prevent qDebug() output from DRT and WTR unless --verbose
index f3d5a00..13fe452 100644 (file)
@@ -46,6 +46,7 @@
 #include <QApplication>
 #include <QGraphicsSceneMouseEvent>
 #include <QJSEngine>
+#include <QMimeData>
 #include <QStyle>
 #include <QTouchEvent>
 #include <QUndoStack>
index 4f19d6f..d4c6fbe 100644 (file)
 
 #if PLATFORM(QT)
 #include "HitTestResult.h"
+#include <QMimeData>
 #endif
 
 #ifndef NDEBUG