Debugger: Use override consistently

clang-tidy fixes from modernize-use-override check.

Change-Id: I6a20484716dc5bd84fe9592b40ae57be66fe32bf
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Tobias Hunger
2018-05-07 15:06:53 +02:00
parent 3890f5d67d
commit 2ec6cf1041
18 changed files with 45 additions and 45 deletions

View File

@@ -40,7 +40,7 @@ class DebuggerPlugin : public ExtensionSystem::IPlugin
public:
DebuggerPlugin();
~DebuggerPlugin();
~DebuggerPlugin() override;
static DebuggerPlugin *instance();