mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 12:18:25 +00:00
StringViewize a bunch of things -- mostly LibGUI
This commit is contained in:
committed by
Andreas Kling
parent
f9ba7adae2
commit
1024dfa81a
@@ -27,7 +27,7 @@ GCheckBox::GCheckBox(GWidget* parent)
|
||||
{
|
||||
}
|
||||
|
||||
GCheckBox::GCheckBox(const String& text, GWidget* parent)
|
||||
GCheckBox::GCheckBox(const StringView& text, GWidget* parent)
|
||||
: GAbstractButton(text, parent)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user