summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 94626ff3..60f22770 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -118,7 +118,7 @@ public:
void processUpdates();
- QWidget* qtWidget() override;
+ QMainWindow* mainWindow() override;
bool addProfile();
void updateBSAList(const QStringList &defaultArchives, const QStringList &activeArchives);
@@ -175,6 +175,11 @@ 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);