summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index da7bb6ee..7a1c683d 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -133,8 +133,6 @@ public:
void installTranslator(const QString &name);
- virtual void disconnectPlugins();
-
void displayModInformation(
ModInfo::Ptr modInfo, unsigned int modIndex, ModInfoTabIDs tabID) override;
@@ -168,12 +166,6 @@ signals:
*/
void styleChanged(const QString &styleFile);
- /**
- * @brief emitted when the user interface has been completely initialized
- */
- void userInterfaceInitialized();
-
-
void modListDataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight);
void checkForProblemsDone();
@@ -635,6 +627,8 @@ private slots: // ui slots
void on_saveModsButton_clicked();
void on_managedArchiveLabel_linkHovered(const QString &link);
+ void onPluginRegistrationChanged();
+
void storeSettings();
void readSettings();
void setupModList();