aboutsummaryrefslogtreecommitdiffstats
path: root/src/labs/folderlistmodel/fileinfothread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/labs/folderlistmodel/fileinfothread.cpp')
-rw-r--r--src/labs/folderlistmodel/fileinfothread.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/labs/folderlistmodel/fileinfothread.cpp b/src/labs/folderlistmodel/fileinfothread.cpp
index a93edd3b1b..69dcedef77 100644
--- a/src/labs/folderlistmodel/fileinfothread.cpp
+++ b/src/labs/folderlistmodel/fileinfothread.cpp
@@ -44,6 +44,7 @@
#include <QDebug>
+QT_BEGIN_NAMESPACE
FileInfoThread::FileInfoThread(QObject *parent)
: QThread(parent),
@@ -367,3 +368,7 @@ void FileInfoThread::findChangeRange(const QList<FileProperty> &list, int &fromI
// For now I let the rest of the list be updated..
toIndex = list.size() > currentFileList.size() ? list.size() - 1 : currentFileList.size() - 1;
}
+
+QT_END_NAMESPACE
+
+#include "moc_fileinfothread_p.cpp"