mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 05:37:42 +02:00
Update launcher/net/HttpMetaCache.h
Co-authored-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> Signed-off-by: Soup of the tomato kind <43444191+Soup-64@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
25d7db207d
commit
9b3fa591d3
@ -113,7 +113,7 @@ class HttpMetaCache : public QObject {
|
||||
|
||||
// evict selected entry from cache
|
||||
auto evictEntry(MetaEntryPtr entry) -> bool;
|
||||
auto evictAll() -> bool;
|
||||
bool evictAll();
|
||||
|
||||
void addBase(QString base, QString base_root);
|
||||
|
||||
|
Reference in New Issue
Block a user