WinRT: Disable QFileSystemWatcher

It might be possible to implement some kind of file system watcher using
http://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.search.aspx

Change-Id: I375f299e2420f266c8e19d77360bdecf6ff88a56
Reviewed-by: Andrew Knight <andrew.knight@digia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Oliver Wolff 2013-09-06 12:46:21 +02:00 committed by The Qt Project
parent 3e346b869c
commit 9260a3917a

View File

@ -542,6 +542,7 @@ class QDataStream;
#if defined(Q_OS_WINRT)
# define QT_NO_PROCESS
# define QT_NO_FILESYSTEMWATCHER
#endif
inline void qt_noop(void) {}