mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Rename column header
This commit is contained in:
parent
05b557c27f
commit
9b031d2fae
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ QIcon get_file_icon() {
|
|||
TorrentContentModel::TorrentContentModel(QObject *parent):
|
||||
QAbstractItemModel(parent),
|
||||
m_rootItem(new TorrentContentModelFolder(QList<QVariant>() << tr("Name") << tr("Size")
|
||||
<< tr("Progress") << tr("Priority")))
|
||||
<< tr("Progress") << tr("Download Priority")))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue