From 9a03783f491505940a20d006055a5427bf364807 Mon Sep 17 00:00:00 2001 From: Tannin Date: Fri, 18 Oct 2013 23:35:38 +0200 Subject: - tooltip on download list now contains the file name - bugfix: when refreshing the directory tree conflict information wasn't immediately refreshed (including on start) - bugfix: dataChanged events wasn't emitted when user changed the modlist - bugfix: file patterns in checkfnis plugin weren't completely correct --- src/modinfo.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/modinfo.h') diff --git a/src/modinfo.h b/src/modinfo.h index 59030350..71c8de55 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -282,6 +282,11 @@ public: */ virtual void endorse(bool doEndorse) = 0; + /** + * @brief clear all caches held for this mod + */ + virtual void clearCaches() {} + /** * @brief getter for the mod name * @@ -633,6 +638,11 @@ public: */ virtual void endorse(bool doEndorse); + /** + * @brief clear all caches held for this mod + */ + virtual void clearCaches(); + /** * @brief getter for the mod name * -- cgit v1.3.1