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?