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

@@ -43,7 +43,7 @@ class DisassemblerAgent : public QObject
public:
// Called from Gui
explicit DisassemblerAgent(DebuggerEngine *engine);
~DisassemblerAgent();
~DisassemblerAgent() override;
void setLocation(const Location &location);
const Location &location() const;