mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-13 01:40:36 +00:00
LibGUI: Allow subclassing of GLabel.
This commit is contained in:
parent
ba2e97aa52
commit
104af4a5dc
Notes:
sideshowbarker
2024-07-19 14:34:51 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/104af4a5dca
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…
Reference in a new issue