1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 05:27:43 +00:00

GVariant: Add to_string(GVariant::Type) helper.

This commit is contained in:
Andreas Kling 2019-06-23 07:54:46 +02:00
parent 0e18201b7e
commit 0af61e9123
2 changed files with 20 additions and 0 deletions

View file

@ -199,3 +199,5 @@ private:
Type m_type { Type::Invalid };
};
const char* to_string(GVariant::Type);