[Webkit-unassigned] [Bug 34376] [Qt] Use Windows style on Maemo 5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 30 15:22:59 PST 2010


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





--- Comment #2 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2010-01-30 15:22:59 PST ---
(From update of attachment 47769)

>  QStyle* RenderThemeQt::qStyle() const
>  {
> +#ifdef Q_WS_MAEMO_5
> +    return const_cast<RenderThemeQt*>(this)->fallbackStyle();
> +#else

Why not just 'return fallbackStyle();' ?

-- 
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