Details
Description
I'm able to inspect the value of a QVariant for a few types. For instance, when it's assigned to an int 7 the display shows me this:
(int) 5
However, when the QVariant is assigned to a QString object containing "Hello", for example, I see the QString type detected correctly but with an empty string. Like this:
(QString)""