aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeeditor.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-06-01 17:55:31 +0200
committerEike Ziller <eike.ziller@theqtcompany.com>2015-06-09 04:17:42 +0000
commite00aa54f4e1d1e91e6dcac416eb9a3996145735a (patch)
tree6d34aa67ee49384ba09087de7dc200df43665c47 /src/plugins/cmakeprojectmanager/cmakeeditor.h
parent686def2dc2e1ddb147be18d872c7d69ac9c84222 (diff)
Add override keyword to IEditor & TextEditorWidget implementations
Change-Id: I403101d788d9edfea5c5c9440ab4f39ad00e81f7 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeeditor.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakeeditor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeeditor.h b/src/plugins/cmakeprojectmanager/cmakeeditor.h
index d8bdb28918..a1dc95a4f3 100644
--- a/src/plugins/cmakeprojectmanager/cmakeeditor.h
+++ b/src/plugins/cmakeprojectmanager/cmakeeditor.h
@@ -47,8 +47,8 @@ class CMakeEditor : public TextEditor::BaseTextEditor
public:
CMakeEditor();
- void finalizeInitialization();
- QString contextHelpId() const;
+ void finalizeInitialization() override;
+ QString contextHelpId() const override;
friend class CMakeEditorWidget;
};