Changeset 60912 in webkit


Ignore:
Timestamp:
Jun 9, 2010 2:07:15 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-06-09 Anders Bakken <agbakken@gmail.com>

Reviewed by Laszlo Gombos.

[Qt] ContextMenuClientQt.h has coding-style errors
https://bugs.webkit.org/show_bug.cgi?id=40242

  • WebCoreSupport/ContextMenuClientQt.h:
Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/ChangeLog

    r60910 r60912  
     12010-06-09  Anders Bakken  <agbakken@gmail.com>
     2
     3        Reviewed by Laszlo Gombos.
     4
     5        [Qt] ContextMenuClientQt.h has coding-style errors
     6        https://bugs.webkit.org/show_bug.cgi?id=40242
     7
     8        * WebCoreSupport/ContextMenuClientQt.h:
     9
    1102010-06-09  Anders Bakken  <agbakken@gmail.com>
    211
  • trunk/WebKit/qt/WebCoreSupport/ContextMenuClientQt.h

    r45336 r60912  
    3232
    3333namespace WebCore {
    34     class ContextMenu;
     34class ContextMenu;
    3535
    36     class ContextMenuClientQt : public ContextMenuClient
    37     {
    38     public:
    39         virtual void contextMenuDestroyed();
     36class ContextMenuClientQt : public ContextMenuClient {
     37public:
     38    virtual void contextMenuDestroyed();
    4039
    41         virtual PlatformMenuDescription getCustomMenuFromDefaultItems(ContextMenu*);
    42         virtual void contextMenuItemSelected(ContextMenuItem*, const ContextMenu*);
     40    virtual PlatformMenuDescription getCustomMenuFromDefaultItems(ContextMenu*);
     41    virtual void contextMenuItemSelected(ContextMenuItem*, const ContextMenu*);
    4342
    44         virtual void downloadURL(const KURL& url);
    45         virtual void lookUpInDictionary(Frame*);
    46         virtual void speak(const String&);
    47         virtual bool isSpeaking();
    48         virtual void stopSpeaking();
    49         virtual void searchWithGoogle(const Frame*);
    50     };
     43    virtual void downloadURL(const KURL& url);
     44    virtual void lookUpInDictionary(Frame*);
     45    virtual void speak(const String&);
     46    virtual bool isSpeaking();
     47    virtual void stopSpeaking();
     48    virtual void searchWithGoogle(const Frame*);
     49};
    5150}
    5251
Note: See TracChangeset for help on using the changeset viewer.