From d4fc7c3de156743b3e23a566f518583a96467ade Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Wed, 24 Feb 2021 04:57:54 -0500 Subject: emit modInfoDisplayed, it's required by the tutorial --- src/mainwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainwindow.h') 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 -- cgit v1.3.1