Add isNetworkFileSystem() detection on Windows

This allows network mounts to be monitored correctly by polling timer.
This commit is contained in:
Chocobo1
2018-10-12 00:00:48 +08:00
committed by sledgehammer999
parent 27f6db976d
commit 5336c71da5
4 changed files with 17 additions and 16 deletions

View File

@@ -62,7 +62,7 @@ namespace Utils
QString tempPath();
#if !defined Q_OS_WIN && !defined Q_OS_HAIKU
#if !defined Q_OS_HAIKU
bool isNetworkFileSystem(const QString &path);
#endif
}