Warning, /sdk/cutehmi/tools/cutehmi.console.0/dev/cutehmi.console-1.unsolved.Qt.design.txt is written in an unsupported language. File is not indexed.

0001 Problem:
0002 
0003 When evaluating QQmlExpression Qt prints all encountered errors to the console, so that when using custom error handling they may
0004 appear twice. What's worse not all QML errors are being printed, so a program, which wishes to print all QML errors can't rely on
0005 this behaviour either.
0006 
0007 Investigation:
0008 
0009 There are many locations, where QML engine prints warnings without hesitate, but the most relevant series of functions seems to be
0010 dumpwarning() defined in `qqmlengine.cpp`
0011 [file](https://code.woboq.org/qt5/qtdeclarative/src/qml/qml/qqmlengine.cpp.html#_ZL11dumpwarningRK9QQmlError).
0012