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:
Soup of the tomato kind
2025-04-06 16:24:09 -04:00
committed by GitHub
parent 25d7db207d
commit 9b3fa591d3

View File

@ -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);