From a701d66cce8c757735d9af302278c3783f99a355 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Fri, 5 Feb 2021 19:47:47 +0100 Subject: Remove update of data-tab tree and check for problems when modifying the mod list. --- src/mainwindow.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index b3670fc7..713037e9 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -313,16 +313,6 @@ MainWindow::MainWindow(Settings &settings setupModList(); ui->espList->setup(m_OrganizerCore, this, ui); - connect(m_OrganizerCore.modList(), &ModList::modPrioritiesChanged, [this]() { - onDirectoryStructureChanged(); - }); - connect(m_OrganizerCore.modList(), &ModList::modStatesChanged, [this]() { - onDirectoryStructureChanged(); - }); - connect(m_OrganizerCore.modList(), &QAbstractItemModel::rowsRemoved, [this]() { - onDirectoryStructureChanged(); - }); - ui->bsaList->setLocalMoveOnly(true); ui->bsaList->setHeaderHidden(true); -- cgit v1.3.1