diff options
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/modlist.h b/src/modlist.h index aeff799a..4f1bf85e 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -160,6 +160,12 @@ signals: void modRenamed(const QString &oldName, const QString &newName); /** + * @brief emitted after a mod has been uninstalled + * @param fileName filename of the mod being uninstalled + */ + void modUninstalled(const QString &fileName); + + /** * @brief emitted whenever a row in the list has changed * * @param index the index of the changed field |
