Backport note: Amount is not a typedef, so I moved it above the Register typedefs comment, and I removed the IMPORTANT TODO comment which has already been address (line 65: Q_DECLARE_METATYPE(Amount))
This is a backport of core#19104
Differential D9737
[core#19104] gui, refactor: Register Qt meta types in application constructor PiRK on Jul 5 2021, 08:39. Authored by
Details
Backport note: Amount is not a typedef, so I moved it above the Register typedefs comment, and I removed the IMPORTANT TODO comment which has already been address (line 65: Q_DECLARE_METATYPE(Amount)) This is a backport of core#19104 ninja all check-all
Diff Detail
Event Timeline
Comment Actions address review: use template <typename T> int qMetaTypeId() instead of template <typename T> int qRegisterMetaType(const char *typeName) for amount |