RESOLVED FIXED38208
[PATCH] [Qt] Fix compilation with QT_NO_CURSOR defined
https://bugs.webkit.org/show_bug.cgi?id=38208
Summary [PATCH] [Qt] Fix compilation with QT_NO_CURSOR defined
Ismail Donmez
Reported 2010-04-27 11:33:43 PDT
setCursor function in WebCore/platform/qt/QWebPageClient.h exposes QCursor which is undefined if QT_NO_CURSOR is defined. Solution is to hide setCursor/resetCursor functions if QT_NO_CURSOR is defined.
Attachments
Fix compilation with QT_NO_CURSOR (1.42 KB, patch)
2010-04-27 11:34 PDT, Ismail Donmez
no flags
Ismail Donmez
Comment 1 2010-04-27 11:34:26 PDT
Created attachment 54434 [details] Fix compilation with QT_NO_CURSOR
WebKit Commit Bot
Comment 2 2010-04-28 15:05:42 PDT
Comment on attachment 54434 [details] Fix compilation with QT_NO_CURSOR Clearing flags on attachment: 54434 Committed r58436: <http://trac.webkit.org/changeset/58436>
WebKit Commit Bot
Comment 3 2010-04-28 15:05:47 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.