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?Qt Code:
To copy to clipboard, switch view to plain text mode
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?Qt Code:
To copy to clipboard, switch view to plain text mode
Qt 5.3 Opensource & Creator 3.1.2
Set environment variable QT_FATAL_WARNINGS=1, run your application via debugger and see the backtrace. Or search for occurrences of "SIGNAL(textChanged())"...
J-P Nurmi
Where do I see backtrace window in Eclipse, I cannot find it ...
Qt 5.3 Opensource & Creator 3.1.2
It might be that you are connecting a textChanged signal, but in fact it has the following signature.
Qt Code:
To copy to clipboard, switch view to plain text mode
I'm a rebel in the S.D.G.
Bookmarks