mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 00:17:23 -06:00
Use unique temp directories
Save torrent in temp_path/<torrent_hash> directory. Closes #5154.
This commit is contained in:
@@ -185,6 +185,7 @@ namespace BitTorrent
|
||||
void setTempPath(QString path);
|
||||
bool isTempPathEnabled() const;
|
||||
void setTempPathEnabled(bool enabled);
|
||||
QString torrentTempPath(const InfoHash &hash) const;
|
||||
|
||||
static bool isValidCategoryName(const QString &name);
|
||||
// returns category itself and all top level categories
|
||||
|
||||
Reference in New Issue
Block a user