Ребята подскажите пожалуйста. Вот такое вылазит когда я пытаюсь зарегать тип в main для qml
qmlRegisterType<CompaniesList>("Companies", 1, 0, "CompaniesList");
C:\Qt\5.15.2\android\include\QtQml\qqmlprivate.h:166: ошибка: allocating an object of abstract class type 'QQmlElement<CompaniesList>'
In file included from ..\Norkem_App\src\main.cpp:1:
In file included from ..\Norkem_App\src/Client.h:7:
In file included from C:\Qt\5.15.2\android\include\QtQml\QQmlEngine:1:
In file included from C:\Qt\5.15.2\android\include\QtQml/qqmlengine.h:47:
In file included from C:\Qt\5.15.2\android\include\QtQml\qqml.h:43:
C:\Qt\5.15.2\android\include\QtQml/qqmlprivate.h:166:50: error: allocating an object of abstract class type 'QQmlElement<CompaniesList>'
void createInto(void *memory) { new (memory) QQmlElement<T>; }
^
C:\Qt\5.15.2\android\include\QtQml\qqml.h:346:33: note: in instantiation of function template specialization 'QQmlPrivate::createInto<CompaniesList>' requested here
sizeof(T), QQmlPrivate::createInto<T>,
^
..\Norkem_App\src\main.cpp:53:5: note: in instantiation of function template specialization 'qmlRegisterType<CompaniesList>' requested here
qmlRegisterType<CompaniesList>("Companies", 1, 0, "CompaniesList");
^