LibGUI: Allow subclassing of GLabel.

This commit is contained in:
Andreas Kling 2019-04-26 14:16:17 +02:00
parent ba2e97aa52
commit 104af4a5dc
Notes: sideshowbarker 2024-07-19 14:34:51 +09:00

View file

@ -5,7 +5,7 @@
class GraphicsBitmap;
class GLabel final : public GFrame {
class GLabel : public GFrame {
public:
explicit GLabel(GWidget* parent = nullptr);
GLabel(const String& text, GWidget* parent = nullptr);