Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
6.8.2, 6.9.1
-
None
-
Linux
Description
Steps to reproduce:
- Create Qt Quick application using Qt Creator.
- Add a new QObject-derived class and name it as "QtObject".
- Build and run. Result: you can't call any methods of Qt object in QML. QML produces errors like main.qml:9: TypeError: Property 'size' of object QtObject(0x6519b095ff10) is not a function.
Works fine under Windows/macOS/Android. It's a Desktop Linux-only issue.