mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 16:18:12 +00:00
GSpinBox: Add class_name() override.
This commit is contained in:
parent
1598a0a5cb
commit
5b0c0847ef
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ public:
|
|||
|
||||
Function<void(int value)> on_change;
|
||||
|
||||
virtual const char* class_name() const override { return "GSpinBox"; }
|
||||
|
||||
protected:
|
||||
virtual void resize_event(GResizeEvent&) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue