summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 8fe786ba..76101be1 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -371,6 +371,8 @@ MainWindow::MainWindow(QSettings &initSettings
ui->apiRequests->setPalette(palette);
ui->apiRequests->setVisible(!m_OrganizerCore.settings().hideAPICounter());
+ connect(&m_PluginContainer, SIGNAL(diagnosisUpdate()), this, SLOT(updateProblemsButton()));
+
connect(ui->savegameList, SIGNAL(itemEntered(QListWidgetItem*)), this, SLOT(saveSelectionChanged(QListWidgetItem*)));
connect(ui->modList, SIGNAL(dropModeUpdate(bool)), m_OrganizerCore.modList(), SLOT(dropModeUpdate(bool)));