mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Make TorrentInfo immutable
This commit is contained in:
@@ -71,6 +71,10 @@ namespace Utils::Fs
|
||||
|
||||
QString tempPath();
|
||||
|
||||
QString findRootFolder(const QStringList &filePaths);
|
||||
void stripRootFolder(QStringList &filePaths);
|
||||
void addRootFolder(QStringList &filePaths, const QString &name);
|
||||
|
||||
#if !defined Q_OS_HAIKU
|
||||
bool isNetworkFileSystem(const QString &path);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user