mapeditor / tiled

Flexible level editor
https://www.mapeditor.org/
Other
11.27k stars 1.76k forks source link

Removed superfluous Q_DECLARE_METATYPE usages #4001

Closed bjorn closed 4 months ago

bjorn commented 4 months ago

This macro is not needed in a bunch of cases, in particular, the meta type is automatically declared for Q_GADGET types and pointers to types derived from QObject.