diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2021-02-24 04:57:54 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2021-02-24 04:57:54 -0500 |
| commit | d4fc7c3de156743b3e23a566f518583a96467ade (patch) | |
| tree | bf243911f6f05c63feebb19006e49194f4347542 /src/modlistviewactions.h | |
| parent | 8decb9df6831a2b953b122cd509361eb1539e84e (diff) | |
emit modInfoDisplayed, it's required by the tutorial
Diffstat (limited to 'src/modlistviewactions.h')
| -rw-r--r-- | src/modlistviewactions.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modlistviewactions.h b/src/modlistviewactions.h index 8de9ad38..de7bdaba 100644 --- a/src/modlistviewactions.h +++ b/src/modlistviewactions.h @@ -138,6 +138,10 @@ signals: // void originModified(int originId) const; + // emitted when the mod info dialog has been shown and closed + // + void modInfoDisplayed() const; + private: // find the priority where to install or create a mod for the |
