mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 06:02:29 -06:00
Add isNetworkFileSystem() detection on Windows
This allows network mounts to be monitored correctly by polling timer.
This commit is contained in:
committed by
sledgehammer999
parent
27f6db976d
commit
5336c71da5
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user