mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +00:00
LibGUI: Allow constructing Variant from FlyString
This commit is contained in:
parent
7f83f77377
commit
7f8dc347b5
2 changed files with 7 additions and 0 deletions
|
@ -43,6 +43,7 @@ public:
|
|||
Variant(unsigned);
|
||||
Variant(const char*);
|
||||
Variant(const String&);
|
||||
Variant(const FlyString&);
|
||||
Variant(const Gfx::Bitmap&);
|
||||
Variant(const GUI::Icon&);
|
||||
Variant(const Gfx::Point&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue