From fe37b48dffd8edcd6e30f4e304d3e27a731ac8ae Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 29 Jun 2013 18:04:10 +0200 Subject: - 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 --- src/modlist.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/modlist.h') diff --git a/src/modlist.h b/src/modlist.h index aeff799a..4f1bf85e 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -159,6 +159,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 * -- cgit v1.3.1