Changeset 84501 in webkit


Ignore:
Timestamp:
Apr 21, 2011 8:21:52 AM (13 years ago)
Author:
yi.4.shen@nokia.com
Message:

2011-04-21 Yi Shen <yi.4.shen@nokia.com>

Reviewed by Antonio Gomes.

[Qt] Fix the style issue for Api/qwebkitplatformplugin.h
https://bugs.webkit.org/show_bug.cgi?id=59097

Fix the style issues for Api/qwebkitplatformplugin.h found by the webkit-check-style.

  • Api/qwebkitplatformplugin.h:
Location:
trunk/Source/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/qt/Api/qwebkitplatformplugin.h

    r83108 r84501  
    3434#endif
    3535
    36 class QWebSelectData
    37 {
     36class QWebSelectData {
    3837public:
    3938    virtual ~QWebSelectData() {}
     
    5453};
    5554
    56 class QWebSelectMethod : public QObject
    57 {
     55class QWebSelectMethod : public QObject {
    5856    Q_OBJECT
    5957public:
     
    6866};
    6967
    70 class QWebNotificationData
    71 {
     68class QWebNotificationData {
    7269public:
    7370    virtual ~QWebNotificationData() {}
     
    7976};
    8077
    81 class QWebNotificationPresenter : public QObject
    82 {
     78class QWebNotificationPresenter : public QObject {
    8379    Q_OBJECT
    8480public:
     
    9389};
    9490
    95 class QWebHapticFeedbackPlayer: public QObject
    96 {
     91class QWebHapticFeedbackPlayer: public QObject {
    9792    Q_OBJECT
    9893public:
     
    111106};
    112107
    113 class QWebTouchModifier : public QObject
    114 {
     108class QWebTouchModifier : public QObject {
    115109    Q_OBJECT
    116110public:
     
    141135#endif
    142136
    143 class QWebKitPlatformPlugin
    144 {
     137class QWebKitPlatformPlugin {
    145138public:
    146139    virtual ~QWebKitPlatformPlugin() {}
     
    154147    };
    155148
    156     virtual bool supportsExtension(Extension extension) const = 0;
    157     virtual QObject* createExtension(Extension extension) const = 0;
     149    virtual bool supportsExtension(Extension) const = 0;
     150    virtual QObject* createExtension(Extension) const = 0;
    158151};
    159152
  • trunk/Source/WebKit/qt/ChangeLog

    r84475 r84501  
     12011-04-21  Yi Shen  <yi.4.shen@nokia.com>
     2
     3        Reviewed by Antonio Gomes.
     4
     5        [Qt] Fix the style issue for Api/qwebkitplatformplugin.h
     6        https://bugs.webkit.org/show_bug.cgi?id=59097
     7
     8        Fix the style issues for Api/qwebkitplatformplugin.h found by the webkit-check-style.
     9
     10        * Api/qwebkitplatformplugin.h:
     11
    1122011-04-21  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
    213
Note: See TracChangeset for help on using the changeset viewer.