Changeset 89241 in webkit


Ignore:
Timestamp:
Jun 20, 2011 3:35:56 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-06-20 Viatcheslav Ostapenko <ostapenko.viatcheslav@nokia.com>

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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r89227 r89241  
     12011-06-20  Viatcheslav Ostapenko  <ostapenko.viatcheslav@nokia.com>
     2
     3        Reviewed by Andreas Kling.
     4
     5        [Qt] [WK2] Compile error in ActivateFontsQt.cpp on Mac
     6        https://bugs.webkit.org/show_bug.cgi?id=62869
     7
     8        Add QFont include to fix "incomlete type QFont" error.
     9
     10        * WebKitTestRunner/InjectedBundle/qt/ActivateFontsQt.cpp:
     11
    1122011-06-19  Adam Bergkvist  <adam.bergkvist@ericsson.com>
    213
  • trunk/Tools/WebKitTestRunner/InjectedBundle/qt/ActivateFontsQt.cpp

    r82155 r89241  
    3434#include <QByteArray>
    3535#include <QDir>
     36#include <QFont>
    3637#include <QWindowsStyle>
    3738
Note: See TracChangeset for help on using the changeset viewer.