From 0596a7199094cc8d103dfe2cfdcd20046c04e85d Mon Sep 17 00:00:00 2001 From: Silarn Date: Thu, 4 Jul 2019 23:14:15 -0500 Subject: Various fixes and updates to the tutorial system * Fix problem with main tutorial advancing past mod activation * Add various missing overlays for new and updated features * Restore BSA tab * Fix problem with positioning action button overlays (requires uibase) --- src/modlist.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/modlist.h') diff --git a/src/modlist.h b/src/modlist.h index 402d662f..5ce32f6e 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -249,6 +249,11 @@ signals: **/ void modlistChanged(const QModelIndexList &indicies, int role); + /** + * @brief QML seems to handle overloaded signals poorly - create unique signal for tutorials + */ + void tutorialModlistUpdate(); + /** * @brief emitted to have all selected mods deleted */ -- cgit v1.3.1