mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-10 23:42:46 -07:00
Add some missing columns to dynamic tables
This commit is contained in:
parent
a087d146df
commit
134e4c1eb9
3 changed files with 171 additions and 28 deletions
|
@ -244,7 +244,7 @@ void AbstractWebApplication::translateDocument(QString& data)
|
|||
"options_imp", "Preferences", "TrackersAdditionDlg", "ScanFoldersModel",
|
||||
"PropTabBar", "TorrentModel", "downloadFromURL", "MainWindow", "misc",
|
||||
"StatusBar", "AboutDlg", "about", "PeerListWidget", "StatusFiltersWidget",
|
||||
"CategoryFiltersList"
|
||||
"CategoryFiltersList", "TransferListDelegate"
|
||||
};
|
||||
const size_t context_count = sizeof(contexts) / sizeof(contexts[0]);
|
||||
int i = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue