From a40613f885c18a8a9f090cd88c595bcb960d97c9 Mon Sep 17 00:00:00 2001 From: Al Date: Tue, 22 Jan 2019 17:58:34 +0100 Subject: Cache list of archives contained in a mod instead of accessing disk each time --- src/modinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modinfo.h') 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 -- cgit v1.3.1