1
Fork 0
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:
Andreas Kling 2019-04-11 21:36:04 +02:00
parent 52152e171b
commit c57cf9834b
2 changed files with 38 additions and 6 deletions

View file

@ -14,6 +14,8 @@ public:
GVariant(const GraphicsBitmap&);
GVariant(const GIcon&);
GVariant(Color);
GVariant(const GVariant&);
~GVariant();
enum class Type {