aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditoractionhandler.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2018-05-07 15:02:41 +0200
committerTobias Hunger <tobias.hunger@qt.io>2018-05-08 07:37:17 +0000
commit5e2fe8aea28e4cd6039b1f31c4287f1b29839572 (patch)
tree3ec8397c5852e3fed096d931595c3432daf4d969 /src/plugins/texteditor/texteditoractionhandler.h
parentb6f5ec35593fc534f4713d2de10aa03279769964 (diff)
TextEditor: Use override consistently
clang-tidy fixes from modernize-use-override check. Change-Id: Ie98c08279d7bf01f2705f631500dcabac5ba85d1 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/texteditor/texteditoractionhandler.h')
-rw-r--r--src/plugins/texteditor/texteditoractionhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/texteditoractionhandler.h b/src/plugins/texteditor/texteditoractionhandler.h
index 77d06c86b0..f542b5d7ce 100644
--- a/src/plugins/texteditor/texteditoractionhandler.h
+++ b/src/plugins/texteditor/texteditoractionhandler.h
@@ -60,7 +60,7 @@ public:
explicit TextEditorActionHandler(QObject *parent, Core::Id editorId, Core::Id contextId,
uint optionalActions = None);
- ~TextEditorActionHandler();
+ ~TextEditorActionHandler() override;
void setTextEditorWidgetResolver(const TextEditorWidgetResolver &resolver);