summaryrefslogtreecommitdiff
path: root/src/plugins/resourceeditor/resourceeditorfactory.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2018-05-07 14:58:46 +0200
committerTobias Hunger <tobias.hunger@qt.io>2018-05-07 13:38:46 +0000
commite7d13245a422a4456553f215016ad396ad586ceb (patch)
tree313d13760aeb68009af47a8ec6dd79f1d02d3ebb /src/plugins/resourceeditor/resourceeditorfactory.h
parentdee02070349682286d385cb5c00ca61478cc44ca (diff)
downloadqt-creator-e7d13245a422a4456553f215016ad396ad586ceb.tar.gz
ResourceEditor: Use override consistently
clang-tidy fixes from modernize-use-override check. Change-Id: Id6552ad0b704702fa7a839051714027b4f5ffc1d Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/resourceeditor/resourceeditorfactory.h')
-rw-r--r--src/plugins/resourceeditor/resourceeditorfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/resourceeditor/resourceeditorfactory.h b/src/plugins/resourceeditor/resourceeditorfactory.h
index 3b954df68f..ed15110d2f 100644
--- a/src/plugins/resourceeditor/resourceeditorfactory.h
+++ b/src/plugins/resourceeditor/resourceeditorfactory.h
@@ -42,7 +42,7 @@ class ResourceEditorFactory : public Core::IEditorFactory
public:
explicit ResourceEditorFactory(ResourceEditorPlugin *plugin);
- Core::IEditor *createEditor();
+ Core::IEditor *createEditor() override;
private:
ResourceEditorPlugin *m_plugin;