summaryrefslogtreecommitdiff
path: root/src/modlist.h
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2019-07-04 23:14:15 -0500
committerSilarn <jrim@rimpo.org>2019-07-04 23:14:15 -0500
commit0596a7199094cc8d103dfe2cfdcd20046c04e85d (patch)
tree8abee4ef3e03d3864c6a9f175822c448d73ec3f2 /src/modlist.h
parentdfd34bf9c0ad055e76c1b6f272c21eb0d79536ce (diff)
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)
Diffstat (limited to 'src/modlist.h')
-rw-r--r--src/modlist.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modlist.h b/src/modlist.h
index 402d662f..5ce32f6e 100644
--- a/src/modlist.h
+++ b/src/modlist.h
@@ -250,6 +250,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
*/
void removeSelectedMods();