diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-06-16 15:39:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-16 15:39:59 -0400 |
| commit | 4ae95e21ad77256cb9fe2942a302bbcdda04ef30 (patch) | |
| tree | d6a017fe88ae98c5f478e9497c5b36db5584bb69 /src/mainwindow.h | |
| parent | 7d553557a64e9a3eb6656a09cbe70103f576b3b9 (diff) | |
| parent | 8c410aff33395daf607ae8a1c62b8be70943ba4d (diff) | |
Merge pull request #1135 from Holt59/new-iorganizer-callbacks
Update for new organizer callbacks.
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); |
