forked from qt-creator/qt-creator
Utils: Use override consistently
clang-tidy fixes from modernize-use-override check. Change-Id: I89d27f359b6ee507153cb3712f61f81471ff0858 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
86b368f912
commit
07e67b2188
@@ -46,7 +46,7 @@ public:
|
||||
|
||||
explicit FileSystemWatcher(QObject *parent = 0);
|
||||
explicit FileSystemWatcher(int id, QObject *parent = 0);
|
||||
virtual ~FileSystemWatcher();
|
||||
~FileSystemWatcher() override;
|
||||
|
||||
void addFile(const QString &file, WatchMode wm);
|
||||
void addFiles(const QStringList &files, WatchMode wm);
|
||||
|
||||
Reference in New Issue
Block a user