mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 00:17:23 -06:00
More code clean up
This commit is contained in:
@@ -226,7 +226,7 @@ int QTorrentHandle::num_incomplete() const {
|
||||
|
||||
QString QTorrentHandle::save_path() const {
|
||||
Q_ASSERT(h.is_valid());
|
||||
return misc::toQString(h.save_path().string());
|
||||
return misc::toQString(h.save_path().string()).replace("\\", "/");
|
||||
}
|
||||
|
||||
#if LIBTORRENT_VERSION_MINOR > 14
|
||||
|
||||
Reference in New Issue
Block a user