]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/private/kdirectorycontentscounterworker.cpp
Compile with QT_NO_KEYWORDS
[dolphin.git] / src / kitemviews / private / kdirectorycontentscounterworker.cpp
index 59ff471aeee5e804b6ae8fada4bf642d0b602f8b..abe2ad757afe67f45e3ca7ffe8dd4f9fa71d04c2 100644 (file)
@@ -118,5 +118,5 @@ KDirectoryContentsCounterWorker::CountResult KDirectoryContentsCounterWorker::su
 void KDirectoryContentsCounterWorker::countDirectoryContents(const QString& path, Options options)
 {
     auto res = subItemsCount(path, options);
-    emit result(path, res.count, res.size);
+    Q_EMIT result(path, res.count, res.size);
 }