mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
Rename column header
This commit is contained in:
committed by
sledgehammer999
parent
a115932bc1
commit
50881b9972
@@ -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")))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user