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/modlistviewactions.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/modlistviewactions.h') 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 -- cgit v1.3.1