История изменений
Исправление fluorite, (текущая версия) :
Вот же
../mytetra_develop/src/models/attachTable/AttachTableData.h:44:1: required from here
Q_DECLARE_METATYPE(AttachTableData);
http://doc.qt.io/qt-5/qmetatype.html#Q_DECLARE_METATYPE
This macro makes the type Type known to QMetaType as long as it provides a public default constructor, a public copy constructor and a public destructor. It is needed to use the type Type as a custom type in QVariant.
Исходная версия fluorite, :
Вот же
../mytetra_develop/src/models/attachTable/AttachTableData.h:44:1: required from here
Q_DECLARE_METATYPE(AttachTableData);