diff options
| author | Tannin <devnull@localhost> | 2013-10-18 23:35:38 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-10-18 23:35:38 +0200 |
| commit | 9a03783f491505940a20d006055a5427bf364807 (patch) | |
| tree | 7569f788f2d2e2b0033f274466d38c1ae7098183 /src/modinfo.h | |
| parent | d73b1e38c8c4dd817fc833fee44216244c87da43 (diff) | |
- 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
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/modinfo.h b/src/modinfo.h index 59030350..71c8de55 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -283,6 +283,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 * * @return the mod name @@ -634,6 +639,11 @@ public: virtual void endorse(bool doEndorse); /** + * @brief clear all caches held for this mod + */ + virtual void clearCaches(); + + /** * @brief getter for the mod name * * @return the mod name |
