Help with non-existent QML property
-
The first snippet you show looks like QML code (is the file named
DataMngr.qml?), but then you registerDataMngras if it was a C++ class. My guess is that you have a name duplication here and QML engine is confused what to pick. -
The first snippet you show looks like QML code (is the file named
DataMngr.qml?), but then you registerDataMngras if it was a C++ class. My guess is that you have a name duplication here and QML engine is confused what to pick. -
The first snippet you show looks like QML code (is the file named
DataMngr.qml?), but then you registerDataMngras if it was a C++ class. My guess is that you have a name duplication here and QML engine is confused what to pick.