mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-13 20:18:50 +03:00
add menu item to clear image cache
This commit is contained in:
@@ -17,6 +17,7 @@ public:
|
||||
using callback_type = std::function<void(std::string)>;
|
||||
void GetFileFromURL(std::string url, callback_type cb);
|
||||
std::string GetPathIfCached(std::string url);
|
||||
void ClearCache();
|
||||
|
||||
private:
|
||||
std::string GetCachedName(std::string str);
|
||||
|
||||
Reference in New Issue
Block a user