Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
How to suppress warning of "unable to open qml document" in Qt Quick designer
-
Look at this screenshot:
I know we can suppress QML warning by using a magic comment:// @disable-check M16
But above does not apply to this kind of error. the module could be parsed at run-time, but not in Qt Quick designer. How could I supress this error message?