aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/folderlistmodel/fileinfothread_p.h
diff options
context:
space:
mode:
authorAnton Kudryavtsev <a.kudryavtsev@netris.ru>2016-10-03 12:44:31 +0300
committerAnton Kudryavtsev <a.kudryavtsev@netris.ru>2016-10-06 13:18:29 +0000
commitd38e849e2fa3f31a5a979157646f3367488866b7 (patch)
tree14790a98014109131837fdfc3e2d4233853ad8b6 /src/imports/folderlistmodel/fileinfothread_p.h
parent142a56ecb94be24dad7a9bb753b1abd7f2ada3d9 (diff)
Imports: add missing 'override'
... and drop redundant 'virtual' Change-Id: I13246ff07a219d41c9e0fd11fbc6a0b00109912a Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/imports/folderlistmodel/fileinfothread_p.h')
-rw-r--r--src/imports/folderlistmodel/fileinfothread_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/folderlistmodel/fileinfothread_p.h b/src/imports/folderlistmodel/fileinfothread_p.h
index 8a154f264e..56058fd6be 100644
--- a/src/imports/folderlistmodel/fileinfothread_p.h
+++ b/src/imports/folderlistmodel/fileinfothread_p.h
@@ -94,7 +94,7 @@ public Q_SLOTS:
#endif
protected:
- void run();
+ void run() override;
void getFileInfos(const QString &path);
void findChangeRange(const QList<FileProperty> &list, int &fromIndex, int &toIndex);