summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2021-02-24 04:57:54 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2021-02-24 04:57:54 -0500
commitd4fc7c3de156743b3e23a566f518583a96467ade (patch)
treebf243911f6f05c63feebb19006e49194f4347542 /src/mainwindow.h
parent8decb9df6831a2b953b122cd509361eb1539e84e (diff)
emit modInfoDisplayed, it's required by the tutorial
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 4f7a0962..7afd954a 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -143,6 +143,9 @@ public slots:
void refresherProgress(const DirectoryRefreshProgress* p);
signals:
+ // emitted after the information dialog has been closed, used by tutorials
+ //
+ void modInfoDisplayed();
/**
* @brief emitted when the selected style changes