mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:07:45 +00:00
LibGUI: Allow subclassing of GLabel.
This commit is contained in:
parent
ba2e97aa52
commit
104af4a5dc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue