Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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: Canonical link: https://commits.webkit.org/42566@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@51137 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
16 additions
and 0 deletions.
- +13 −0 WebCore/ChangeLog
- +3 −0 WebCore/platform/qt/QWebPageClient.h
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -26,6 +26,9 @@ | ||
#ifndef QWebPageClient_h | ||
#define QWebPageClient_h | ||
|
||
#ifndef QT_NO_CURSOR | ||
#include <QCursor>; | ||
#endif | ||
#include <QRect> | ||
|
||
class QWebPageClient { | ||