diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-06-16 21:30:24 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-06-16 21:30:24 +0200 |
| commit | 8c410aff33395daf607ae8a1c62b8be70943ba4d (patch) | |
| tree | 12838e90319d44d319ddea4274ae36033d5713dc /src/mainwindow.h | |
| parent | 331fcad9f351d5dba53397d5b9b12bea43536ce3 (diff) | |
Clean notification of userInterfaceInitialized between MainWindow and OrganizerCore.
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 7 |
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); |
