Answer the question
In order to leave comments, you need to log in
Auto-substitution is buggy in Qt Creator 1.3.1
Auto-substitution in Qt Creator is buggy.
I see the reason in that I use multiline assignment in QString. It looks like this:
QString str;
str = "string1\n\
string2\n\
string3\n\
string4";
QString str2;
str2. // Всё тут автоподстановка уже не работает!
The problem is also expressed that instead of substituting the prototype of the method with cpp when writing void MyClass::method( , it gives a hint as if I were calling this method ... Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question