diff options
| author | Al <gabriel.cortesi@outlook.com> | 2019-01-22 17:58:34 +0100 |
|---|---|---|
| committer | Al <gabriel.cortesi@outlook.com> | 2019-01-22 17:58:34 +0100 |
| commit | a40613f885c18a8a9f090cd88c595bcb960d97c9 (patch) | |
| tree | 72e83683c89e360efb1b050b8f3e188161955f1c /src/modinfo.h | |
| parent | 917c08cd5f87bd06e872b6fb99e00cb5ef5d0066 (diff) | |
Cache list of archives contained in a mod instead of accessing disk each time
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinfo.h b/src/modinfo.h index 5a69185d..b6d7209c 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -534,7 +534,7 @@ public: /**
* @return a list of archives belonging to this mod (as absolute file paths)
*/
- virtual QStringList archives() const = 0;
+ virtual QStringList archives(bool checkOnDisk = false) = 0;
/*
*@return the color choosen by the user for the mod/separator
|
