summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorMikaƫl Capelle <capelle.mikael@gmail.com>2021-02-06 17:25:29 +0100
committerGitHub <noreply@github.com>2021-02-06 17:25:29 +0100
commit86db5da2171cf4c638274e6078c191f1e8ccb367 (patch)
tree5d4a641274324450d76eb79c7ac17f830a504bf1 /src/mainwindow.cpp
parentd5380ef6d3e889a70063a677b9637f79e8f357a7 (diff)
parenta701d66cce8c757735d9af302278c3783f99a355 (diff)
Merge pull request #1395 from Holt59/remove-datatab-tree-updates
Remove update of data-tab tree and check for problems when modifying the mod list.
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp10
1 files changed, 0 insertions, 10 deletions
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);