Bug 62449

Summary: [Qt] Fix 'headers' autotest when building inside Qt.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Tools / TestsAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: ademar, benjamin
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch none

Description Andreas Kling 2011-06-10 04:23:01 PDT
The tests/auto/headers test in Qt fails for qwebplatformplugin.h because it includes <QColor> and for whatever reason, anything but QtCore includes need to be prefixed, i.e <QtGui/QColor>.
Comment 1 Andreas Kling 2011-06-10 04:24:27 PDT
Created attachment 96730 [details]
Proposed patch
Comment 2 Andreas Kling 2011-06-10 04:31:28 PDT
Comment on attachment 96730 [details]
Proposed patch

Clearing flags on attachment: 96730

Committed r88538: <http://trac.webkit.org/changeset/88538>
Comment 3 Andreas Kling 2011-06-10 04:31:36 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Ademar Reis 2011-06-10 05:45:02 PDT
Revision r88538 cherry-picked into qtwebkit-2.2 with commit 6ece1fd <http://gitorious.org/webkit/qtwebkit/commit/6ece1fd>