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:
parent
25d7db207d
commit
9b3fa591d3
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class HttpMetaCache : public QObject {
|
||||||
|
|
||||||
// evict selected entry from cache
|
// evict selected entry from cache
|
||||||
auto evictEntry(MetaEntryPtr entry) -> bool;
|
auto evictEntry(MetaEntryPtr entry) -> bool;
|
||||||
auto evictAll() -> bool;
|
bool evictAll();
|
||||||
|
|
||||||
void addBase(QString base, QString base_root);
|
void addBase(QString base, QString base_root);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue