Bug 103198

Summary: [Qt] QStyleFacadeImp build break with latest Qt 5
Product: WebKit Reporter: J-P Nurmi <jpnurmi>
Component: WebKit QtAssignee: Michael Brüning <michael.bruning>
Status: RESOLVED FIXED    
Severity: Normal CC: hausmann, michael.bruning
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.8   
Bug Depends on:    
Bug Blocks: 76773    
Attachments:
Description Flags
Patch hausmann: review+

Description J-P Nurmi 2012-11-25 09:40:07 PST
QMacStyle has been made internal in Qt 5. The QMacStyle include should be removed, and relevant qobject_casts should be replaced by QObject::inherits("QMacStyle").

Change I44a2f5ee: Made QMacStyle internal
https://codereview.qt-project.org/#change,39716
Comment 1 Michael Brüning 2012-11-26 00:27:40 PST
Will make a fix.
Comment 2 Michael Brüning 2012-11-26 01:57:20 PST
Created attachment 175944 [details]
Patch
Comment 3 Simon Hausmann 2012-11-26 02:28:55 PST
Comment on attachment 175944 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=175944&action=review

> Source/WebKit/qt/ChangeLog:8
> +        Original patch by J-P Nurmi <jpnurmi@gmail.com>.

Shouldn't that be his digia email address?
Comment 4 Michael Brüning 2012-11-26 02:36:20 PST
Committed r135696: <http://trac.webkit.org/changeset/135696>