Changeset 88538 in webkit


Ignore:
Timestamp:
Jun 10, 2011 4:31:23 AM (13 years ago)
Author:
andreas.kling@nokia.com
Message:

2011-06-10 Andreas Kling <kling@webkit.org>

Reviewed by Benjamin Poulain.

[Qt] Fix 'headers' autotest when building inside Qt.
https://bugs.webkit.org/show_bug.cgi?id=62449

  • Api/qwebkitplatformplugin.h:
Location:
trunk/Source/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/qt/Api/qwebkitplatformplugin.h

    r84501 r88538  
    2727*/
    2828
    29 #include <QColor>
    3029#include <QObject>
    3130#include <QUrl>
     
    3332#include <QMediaPlayer>
    3433#endif
     34#include <QtGui/QColor>
    3535
    3636class QWebSelectData {
  • trunk/Source/WebKit/qt/ChangeLog

    r88534 r88538  
     12011-06-10  Andreas Kling  <kling@webkit.org>
     2
     3        Reviewed by Benjamin Poulain.
     4
     5        [Qt] Fix 'headers' autotest when building inside Qt.
     6        https://bugs.webkit.org/show_bug.cgi?id=62449
     7
     8        * Api/qwebkitplatformplugin.h:
     9
    1102011-06-10  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
    211
Note: See TracChangeset for help on using the changeset viewer.