On 04/04/16 13:29, Alexey Rusakov wrote:
I don't know what I'm doing wrong but the new compile-time-checked
syntax is auto-completed by my Qt Creator (that came with Qt 5.5.1) as
well :)

With the clang code model? (Which is the only even remotely useful choice for modern C++.)


and you're a bit blunt on not recommending the older syntax.
Apparently you haven't spent enough time with QML.

QML is a run-time thing, so the new syntax doesn't apply. For C++ code, the new syntax is better, and also mandatory for lambdas. You cannot use the old syntax even if you wanted to.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to