Skip to content

The classes all have a Q_GADGET macro and thus have automatic metatype declaration.

Laurent Montel requested to merge work/remove_Q_DECLARE_METATYPE into master

The explicit declaration macros only add costs to all places using the headers, where the metatype declaration will be only needed by code using the types in queued connections.

See also end of section here: https://doc.qt.io/qt-6/qmetatype.html#Q_DECLARE_METATYPE

Merge request reports