summaryrefslogtreecommitdiff
path: root/src/modlist.h
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2019-07-04 23:14:39 -0500
committerSilarn <jrim@rimpo.org>2019-07-04 23:14:39 -0500
commit9a795c3ce90bc221574e909db1665f2bc64800ed (patch)
treed643c01c69c96b9a77c58de48568d85b20559aae /src/modlist.h
parent7879ea2c623521115eafeef4ad788eef8c18cc2c (diff)
parent0596a7199094cc8d103dfe2cfdcd20046c04e85d (diff)
Merge remote-tracking branch 'origin/Develop' into qt-5.13
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();