Discussion:
[Qt-creator] Clang-tidy and QML
Jason H
2018-06-20 17:25:44 UTC
Permalink
I just noticed that QML is not highlighting the same as QML...

property _var_ x: 0 // (underscores added, because it's underlined in green)

produces the message "use int or real to improve performance (M311)"

Whereas the C++ side is using lightbulbs. Is there/should there be/ a plan to use consistency? Maybe provide fixits?

Just something I noticed.

Loading...