mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 11:38:50 -07:00
Use rootPath()
in save path field
This commit is contained in:
parent
5281593bb6
commit
030dd9eed8
2 changed files with 2 additions and 2 deletions
|
@ -221,7 +221,7 @@ QVariant TorrentModel::data(const QModelIndex &index, int role) const
|
|||
case TR_TIME_ELAPSED:
|
||||
return (role == Qt::DisplayRole) ? torrent->activeTime() : torrent->seedingTime();
|
||||
case TR_SAVE_PATH:
|
||||
return torrent->savePathParsed();
|
||||
return torrent->rootPath();
|
||||
case TR_COMPLETED:
|
||||
return torrent->completedSize();
|
||||
case TR_RATIO_LIMIT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue