Hi to all!
In my app I have many QLineEdits and one of them is producing warning:. Is there any quick way to find which one produces this debug warning?
Printable View
Set environment variable QT_FATAL_WARNINGS=1, run your application via debugger and see the backtrace. Or search for occurrences of "SIGNAL(textChanged())"...
Where do I see backtrace window in Eclipse, I cannot find it ...
It might be that you are connecting a textChanged signal, but in fact it has the following signature.