From 22dc71f365d1742a27b8f568096a341e3915dda0 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Mon, 20 Jun 2016 04:13:44 +0300 Subject: [PATCH] Fix build. --- src/gui/addnewtorrentdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/addnewtorrentdialog.cpp b/src/gui/addnewtorrentdialog.cpp index f7d495be6..f065fd961 100644 --- a/src/gui/addnewtorrentdialog.cpp +++ b/src/gui/addnewtorrentdialog.cpp @@ -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);