mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Fix build.
This commit is contained in:
@@ -731,8 +731,8 @@ void AddNewTorrentDialog::setupTreeview()
|
|||||||
ui->contentTreeView->header()->restoreState(m_headerState);
|
ui->contentTreeView->header()->restoreState(m_headerState);
|
||||||
|
|
||||||
// Hide useless columns after loading the header state
|
// Hide useless columns after loading the header state
|
||||||
ui->content_tree->hideColumn(PROGRESS);
|
ui->contentTreeView->hideColumn(PROGRESS);
|
||||||
ui->content_tree->hideColumn(REMAINING);
|
ui->contentTreeView->hideColumn(REMAINING);
|
||||||
|
|
||||||
// Expand root folder
|
// Expand root folder
|
||||||
ui->contentTreeView->setExpanded(m_contentModel->index(0, 0), true);
|
ui->contentTreeView->setExpanded(m_contentModel->index(0, 0), true);
|
||||||
|
|||||||
Reference in New Issue
Block a user