mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Allow to change the save path of torrents after addition
This commit is contained in:
@@ -393,6 +393,11 @@ void QTorrentHandle::force_recheck() const {
|
||||
h.force_recheck();
|
||||
}
|
||||
|
||||
void QTorrentHandle::move_storage(QString new_path) const {
|
||||
Q_ASSERT(h.is_valid());
|
||||
h.move_storage(new_path.toUtf8().data());
|
||||
}
|
||||
|
||||
//
|
||||
// Operators
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user