Files
ladybird/LibGUI/GVariant.cpp
Andreas Kling 9ee63ef8b3 GVariant: Add a constructor that takes const char*.
This prevents the compiler from selecting the GVariant(bool) constructor
which is clearly not what I want when I do GVariant("Hello"). :^)
2019-06-22 10:37:44 +02:00

6.0 KiB