mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:58:11 +00:00
LibGUI: Add GVariant copy constructor.
This commit is contained in:
parent
52152e171b
commit
c57cf9834b
2 changed files with 38 additions and 6 deletions
|
@ -14,6 +14,8 @@ public:
|
|||
GVariant(const GraphicsBitmap&);
|
||||
GVariant(const GIcon&);
|
||||
GVariant(Color);
|
||||
|
||||
GVariant(const GVariant&);
|
||||
~GVariant();
|
||||
|
||||
enum class Type {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue