1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:47:45 +00:00

LibGUI: Minor fixes.

This commit is contained in:
Andreas Kling 2019-01-20 08:16:02 +01:00
parent a9e60fc800
commit d4cce87dbc
3 changed files with 1 additions and 9 deletions

View file

@ -13,7 +13,6 @@ public:
private:
virtual void paintEvent(GPaintEvent&) override;
virtual void mouseMoveEvent(GMouseEvent&) override;
virtual const char* class_name() const override { return "GLabel"; }