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

@@ -60,7 +60,7 @@ class WatchHandler : public QObject
public:
explicit WatchHandler(DebuggerEngine *engine);
~WatchHandler();
~WatchHandler() override;
WatchModelBase *model() const;