1
Fork 0
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:
Andreas Kling 2019-05-07 23:28:22 +02:00
parent 1598a0a5cb
commit 5b0c0847ef

View file

@ -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;