summaryrefslogtreecommitdiff
path: root/src/designer/src/components/buddyeditor/buddyeditor_tool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/components/buddyeditor/buddyeditor_tool.h')
-rw-r--r--src/designer/src/components/buddyeditor/buddyeditor_tool.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/designer/src/components/buddyeditor/buddyeditor_tool.h b/src/designer/src/components/buddyeditor/buddyeditor_tool.h
index 58d318bf6..e4b843f71 100644
--- a/src/designer/src/components/buddyeditor/buddyeditor_tool.h
+++ b/src/designer/src/components/buddyeditor/buddyeditor_tool.h
@@ -57,16 +57,16 @@ public:
explicit BuddyEditorTool(QDesignerFormWindowInterface *formWindow, QObject *parent = 0);
virtual ~BuddyEditorTool();
- virtual QDesignerFormEditorInterface *core() const;
- virtual QDesignerFormWindowInterface *formWindow() const;
+ QDesignerFormEditorInterface *core() const Q_DECL_OVERRIDE;
+ QDesignerFormWindowInterface *formWindow() const Q_DECL_OVERRIDE;
- virtual QWidget *editor() const;
- virtual QAction *action() const;
+ QWidget *editor() const Q_DECL_OVERRIDE;
+ QAction *action() const Q_DECL_OVERRIDE;
virtual void activated();
virtual void deactivated();
- virtual bool handleEvent(QWidget *widget, QWidget *managedWidget, QEvent *event);
+ bool handleEvent(QWidget *widget, QWidget *managedWidget, QEvent *event) Q_DECL_OVERRIDE;
private:
QDesignerFormWindowInterface *m_formWindow;