Changeset 83047 in webkit


Ignore:
Timestamp:
Apr 6, 2011 7:38:58 AM (13 years ago)
Author:
diegohcg@webkit.org
Message:

2011-04-06 Diego Gonzalez <diegohcg@webkit.org>

[Qt] Style fix for QtMobileWebStyle.h
https://bugs.webkit.org/show_bug.cgi?id=57708

Reviewed by Antonio Gomes.

  • platform/qt/QtMobileWebStyle.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r83046 r83047  
     12011-04-06  Diego Gonzalez  <diegohcg@webkit.org>
     2
     3        Reviewed by Antonio Gomes.
     4
     5        [Qt] Style fix for QtMobileWebStyle.h
     6        https://bugs.webkit.org/show_bug.cgi?id=57708
     7
     8        * platform/qt/QtMobileWebStyle.h:
     9
    1102011-04-06  Andras Becsi  <abecsi@webkit.org>
    211
  • trunk/Source/WebCore/platform/qt/QtMobileWebStyle.h

    r68889 r83047  
    2828    QtMobileWebStyle();
    2929
    30     void drawControl(ControlElement element, const QStyleOption* option, QPainter* painter, const QWidget* widget = 0) const;
    31     void drawComplexControl(ComplexControl cc, const QStyleOptionComplex* option, QPainter* painter, const QWidget* widget = 0) const;
     30    void drawControl(ControlElement, const QStyleOption*, QPainter*, const QWidget*) const;
     31    void drawComplexControl(ComplexControl, const QStyleOptionComplex*, QPainter*, const QWidget*) const;
    3232
    3333private:
Note: See TracChangeset for help on using the changeset viewer.