diff options
| author | Silarn <jrim@rimpo.org> | 2019-07-22 01:00:42 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-07-22 01:00:42 -0500 |
| commit | dcd6d624672019727d7effd17aac86f72bff438b (patch) | |
| tree | 1e8d3856f657d898c5992631599cf272d785f973 /src/modlist.h | |
| parent | 179a73857125ee604f42b0d5c2d765183c86d2c7 (diff) | |
| parent | e73c309f08eff98f0dbd2590f594a83b67431eac (diff) | |
Merge branch 'Develop'
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 5 |
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();
|
