Changeset 51137 in webkit


Ignore:
Timestamp:
Nov 18, 2009 2:33:47 PM (14 years ago)
Author:
eric@webkit.org
Message:

2009-11-18 Carol Szabo <carol.szabo@nokia.com>

Reviewed by Kenneth Rohde Christiansen.

[Qt] QWebPageClient.h needs in some cases QCursor, but it does not
include it
https://bugs.webkit.org/show_bug.cgi?id=31527

No new tests as this is just a coding style fix that affects the
build of some not yet submitted patches (i.e. for bug 30173).

  • platform/qt/QWebPageClient.h:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r51136 r51137  
     12009-11-18  Carol Szabo  <carol.szabo@nokia.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Qt] QWebPageClient.h needs in some cases QCursor, but it does not
     6        include it
     7        https://bugs.webkit.org/show_bug.cgi?id=31527
     8
     9        No new tests as this is just a coding style fix that affects the
     10        build of some not yet submitted patches (i.e. for bug 30173).
     11
     12        * platform/qt/QWebPageClient.h:
     13
    1142009-11-18  Nicolas Roard   <nicolas@roard.com>
    215
  • trunk/WebCore/platform/qt/QWebPageClient.h

    r50801 r51137  
    2727#define QWebPageClient_h
    2828
     29#ifndef QT_NO_CURSOR
     30#include <QCursor>;
     31#endif
    2932#include <QRect>
    3033
Note: See TracChangeset for help on using the changeset viewer.