mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Fix build.
This commit is contained in:
parent
455cc29dad
commit
22dc71f365
1 changed files with 2 additions and 2 deletions
|
@ -731,8 +731,8 @@ void AddNewTorrentDialog::setupTreeview()
|
|||
ui->contentTreeView->header()->restoreState(m_headerState);
|
||||
|
||||
// Hide useless columns after loading the header state
|
||||
ui->content_tree->hideColumn(PROGRESS);
|
||||
ui->content_tree->hideColumn(REMAINING);
|
||||
ui->contentTreeView->hideColumn(PROGRESS);
|
||||
ui->contentTreeView->hideColumn(REMAINING);
|
||||
|
||||
// Expand root folder
|
||||
ui->contentTreeView->setExpanded(m_contentModel->index(0, 0), true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue