Move helper function to Utils::Fs

This commit is contained in:
Chocobo1 2018-03-19 15:32:38 +08:00
parent 1876dbd523
commit bfbd978d3f
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
4 changed files with 42 additions and 41 deletions

View file

@ -64,9 +64,6 @@ protected slots:
private:
void processTorrentsInDir(const QDir &dir);
#if !defined Q_OS_WIN && !defined Q_OS_HAIKU
static bool isNetworkFileSystem(const QString &path);
#endif
#ifndef Q_OS_WIN