Remove redundant event handler
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
803e26a401
commit
9ce10231ed
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ ExternalResourcesPage::ExternalResourcesPage(BaseInstance* instance, std::shared
|
|||
connect(selection_model, &QItemSelectionModel::selectionChanged, this, [this] { updateActions(); });
|
||||
connect(m_model.get(), &ResourceFolderModel::rowsInserted, this, [this] { updateActions(); });
|
||||
connect(m_model.get(), &ResourceFolderModel::rowsRemoved, this, [this] { updateActions(); });
|
||||
connect(m_model.get(), &ResourceFolderModel::updateFinished, this, [this] { updateActions(); });
|
||||
|
||||
auto viewHeader = ui->treeView->header();
|
||||
viewHeader->setContextMenuPolicy(Qt::CustomContextMenu);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue