cleanup
Fix formatting and fix a typo in the return code check Signed-off-by: Soup <43444191+Soup-64@users.noreply.github.com>
This commit is contained in:
parent
b9a1fa3645
commit
0c90530f88
3 changed files with 13 additions and 6 deletions
|
@ -113,7 +113,7 @@ class HttpMetaCache : public QObject {
|
|||
|
||||
// evict selected entry from cache
|
||||
auto evictEntry(MetaEntryPtr entry) -> bool;
|
||||
bool evictAll();
|
||||
auto evictAll() -> bool;
|
||||
|
||||
void addBase(QString base, QString base_root);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue