aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2015-05-19 11:35:12 +0200
committerMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2015-05-19 11:45:55 +0000
commit0ace63da65a222873ecf4e966afe88afb89a25f8 (patch)
treedf465128b7616c31af6762c32b3ba6a30ac65d32 /src/imports
parentf19904953538bc33897b3f65f439069d453e756f (diff)
WinRT: fix warnings
Change-Id: If11db499d743cbe79959145ecfcbcfec896a6845 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com> Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/folderlistmodel/fileinfothread.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/imports/folderlistmodel/fileinfothread.cpp b/src/imports/folderlistmodel/fileinfothread.cpp
index b085233f01..e1db7834ec 100644
--- a/src/imports/folderlistmodel/fileinfothread.cpp
+++ b/src/imports/folderlistmodel/fileinfothread.cpp
@@ -86,6 +86,8 @@ void FileInfoThread::removePath(const QString &path)
#ifndef QT_NO_FILESYSTEMWATCHER
if (!path.startsWith(QLatin1Char(':')))
watcher->removePath(path);
+#else
+ Q_UNUSED(path);
#endif
currentPath.clear();
}