KDAB / GammaRay

GammaRay is a tool to poke around in a Qt-application and also to manipulate the application to some extent.
https://www.kdab.com/gammaray
Other
1.6k stars 282 forks source link

Fix deserialization of graphicsitems due to shape being a QPainterPath #968

Closed dfaure-kdab closed 6 months ago

dfaure-kdab commented 6 months ago

This fixes QVariant::load: unknown user type with name QPainterPath. warnings, and infinite Loading... in the scene inspector (when that property is the only problem...)

dfaure-kdab commented 6 months ago

Fixed Qt5 build by adding Q_DECLARE_METATYPE (and cleaning up the duplicate one)