Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 4.13.1, Qt Creator 4.13.2, Qt Creator 4.14.1
-
Clang 11.0 (Apple) 64 bit
Qt 5.12.9 clang 64bit
macOS Catalina version 10.15.6
Description
When using the editor in Qt Creator, I keep getting inline errors saying:
Unknown component. (M300)
This happens when I use theĀ Connections object and theĀ Component object while editing a QML file. Attached is an example of the what the error looks like.
This issue happens even after I run CMake on the project and I build the application.