|
@@ -39,7 +39,7 @@ public:
|
|
String text() const { return m_text; }
|
|
String text() const { return m_text; }
|
|
void set_text(const StringView&);
|
|
void set_text(const StringView&);
|
|
|
|
|
|
- void set_icon(Gfx::Bitmap*);
|
|
|
|
|
|
+ void set_icon(const Gfx::Bitmap*);
|
|
const Gfx::Bitmap* icon() const { return m_icon.ptr(); }
|
|
const Gfx::Bitmap* icon() const { return m_icon.ptr(); }
|
|
Gfx::Bitmap* icon() { return m_icon.ptr(); }
|
|
Gfx::Bitmap* icon() { return m_icon.ptr(); }
|
|
|
|
|