We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b7f4ae commit 5c4b659Copy full SHA for 5c4b659
UI/Qt/TVGIconEngine.h
@@ -62,7 +62,7 @@ class TVGIconEngine : public QIconEngine {
62
QString pixmap_cache_key(QSize const& size, QIcon::Mode mode, QIcon::State state);
63
64
Vector<NonnullRefPtr<Filter>> m_filters;
65
- NonnullRefPtr<Gfx::TinyVGDecodedImageData> m_image_data;
+ NonnullRefPtr<Gfx::TinyVGDecodedImageData const> m_image_data;
66
unsigned m_cache_id { next_cache_id() };
67
};
68
0 commit comments