C++ class exposed to QML error in fashion TypeError: Property '…' of object is not a function

后端 未结 3 2006
北荒
北荒 2021-01-18 05:37

I\'ve successfully exposed a C++ class to QML. It is registered and found in Qt Creator. It\'s purpose is to connect to a database, as shown in following code:



        
3条回答
  •  春和景丽
    2021-01-18 05:38

    Be aware in case of an error some lines earlier in the same .js file can lead to this problem. The following code will not be executed.

提交回复
热议问题