summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
diff options
context:
space:
mode:
authorAl <gabriel.cortesi@outlook.com>2018-12-24 17:29:16 +0100
committerAl <gabriel.cortesi@outlook.com>2018-12-24 17:29:16 +0100
commitd28ddcfbb52394a2a7ac793ad376ea8fd7b514fe (patch)
treef6e3038adf070a2f223edc0cd88d74f8ce539502 /src/organizercore.cpp
parent6211a23c5f2d891b7e2c91d837c5ed98959f4f27 (diff)
Added Active Plugins and Active Mods counters
Diffstat (limited to 'src/organizercore.cpp')
-rw-r--r--src/organizercore.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp
index d52ef40b..1f4e3434 100644
--- a/src/organizercore.cpp
+++ b/src/organizercore.cpp
@@ -560,6 +560,10 @@ void OrganizerCore::setUserInterface(IUserInterface *userInterface,
SLOT(fileMoved(QString, QString, QString)));
connect(&m_ModList, SIGNAL(modorder_changed()), widget,
SLOT(modorder_changed()));
+ connect(&m_PluginList, SIGNAL(writePluginsList()), widget,
+ SLOT(esplist_changed()));
+ connect(&m_PluginList, SIGNAL(esplist_changed()), widget,
+ SLOT(esplist_changed()));
connect(&m_DownloadManager, SIGNAL(showMessage(QString)), widget,
SLOT(showMessage(QString)));
}