diff options
| author | Tannin <devnull@localhost> | 2013-06-29 18:04:10 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-06-29 18:04:10 +0200 |
| commit | fe37b48dffd8edcd6e30f4e304d3e27a731ac8ae (patch) | |
| tree | e996c5d329d9abf77bcd12af4d05238fd6ebca1f /src/modlist.h | |
| parent | f8c683f700a3fff30540ff343df2bfba15080e86 (diff) | |
- caching of downloadwidgets to fix performance problem, currently broken and disabled
- added new state for downloads "uninstalled" for mods that were at one point installed and then removed
- user-configured server preference is now used
- updated tutorial to account for removal of integrated browser
- reverted to qt 4
- using performance optimised findfirstfile on win vista and up
- bugfix: it was possible to disable all columns of the mod list
- bugfix: hook.dll doesn't load on win xp
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 |
