mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:37:36 +00:00
PixelPaint: Remove hand-rolled type information in favor of RTTI
This commit is contained in:
parent
ef5e9af6d3
commit
167906d02b
12 changed files with 2 additions and 22 deletions
|
@ -45,7 +45,6 @@ public:
|
|||
|
||||
private:
|
||||
Gfx::Color get_color() const;
|
||||
virtual const char* class_name() const override { return "EraseTool"; }
|
||||
Gfx::IntRect build_rect(const Gfx::IntPoint& pos, const Gfx::IntRect& widget_rect);
|
||||
RefPtr<GUI::Menu> m_context_menu;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue