[Interest] CLion to replace QtCreator?

Nikos Chantziaras realnc at gmail.com
Mon Apr 4 12:47:38 CEST 2016


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.



More information about the Interest mailing list