summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-04 07:52:24 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2020-12-04 07:52:24 +0100
commit1a486a09428e30596bc47867917156bcffdb7632 (patch)
tree708080fc475c8bd51b61467aeed8afc935e5d08c /src/mainwindow.h
parent47626d654f2493cddf2126cd5e08e8be7efb67a8 (diff)
Add MainWindow::onPluginRegistrationChanged.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index da7bb6ee..17c27b29 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -635,6 +635,8 @@ private slots: // ui slots
void on_saveModsButton_clicked();
void on_managedArchiveLabel_linkHovered(const QString &link);
+ void onPluginRegistrationChanged();
+
void storeSettings();
void readSettings();
void setupModList();