[Webkit-unassigned] [Bug 30327] New: [Qt] build break in Qt 4.4: GraphicsContextQt.cpp, PluginViewQt.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 13 01:19:44 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30327

           Summary: [Qt] build break in Qt 4.4: GraphicsContextQt.cpp,
                    PluginViewQt.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ukai at chromium.org


WebKit/Qt build fails with Qt 4.4, at least the following two errors.

../../../WebCore/platform/graphics/qt/GraphicsContextQt.cpp: In member function
‘void WebCore::GraphicsContext::clipOut(const WebCore::Path&)’:
../../../WebCore/platform/graphics/qt/GraphicsContextQt.cpp:1071: error: no
match for ‘operator&’ in ‘clippedOut & newClip’

operator& for QPainterPath was introduced in Qt 4.5.
I believe it is equivalent to intersected() that exists in Qt 4.4

../../../WebCore/plugins/qt/PluginViewQt.cpp: In member function ‘virtual void
WebCore::PluginView::paint(WebCore::GraphicsContext*, const
WebCore::IntRect&)’:
../../../WebCore/plugins/qt/PluginViewQt.cpp:182: error: ‘fromX11Pixmap’ is not
a member of ‘QPixmap’
../../../WebCore/plugins/qt/PluginViewQt.cpp:182: error: ‘ExplicitlyShared’ is
not a member of ‘QPixmap’

QPixmap::fromX11Pixmap was introduced in Qt 4.5, and I couldn't find any
fallback in Qt 4.4..

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list