fix styling issues
This commit is contained in:
@@ -12,9 +12,11 @@ class TextureCacheService {
|
||||
|
||||
Glib::RefPtr<Gdk::Texture> getTexture(const std::string &url);
|
||||
void pruneCache();
|
||||
void clear();
|
||||
|
||||
private:
|
||||
TextureCacheService() = default;
|
||||
TextureCacheService();
|
||||
~TextureCacheService();
|
||||
|
||||
std::unordered_map<std::string, Glib::RefPtr<Gdk::Texture>> cache;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user