summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-04 08:50:31 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2020-12-04 08:50:31 +0100
commita30d49f4fc845164ef6bba4d2a834efce1dc01d7 (patch)
tree5aa8becd18a2eae3795e602db0f499a864dab40f /src/mainwindow.h
parentf229dbaaa7f516dc1958d0a0555b47cb17136377 (diff)
Avoid duplicating code to simulate startup.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 17c27b29..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();