mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:37:35 +00:00
GGroupBox: Allow constructing these without an initial text.
This commit is contained in:
parent
25e3d46502
commit
974c0f97b8
2 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
class GGroupBox : public GWidget {
|
||||
public:
|
||||
explicit GGroupBox(GWidget* parent);
|
||||
GGroupBox(const StringView& title, GWidget* parent);
|
||||
virtual ~GGroupBox() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue