Hi everyone,
I’m using Qt Creator 2.4.1 Based on Qt 4.7.4 on windows 7.
When I run or build the application it is not working the way it should.
For example
qDebug() << “This is first”;
shows the text ‘This is first’. But even if I change it to
qDebug() << “This is second”;
sometimes it still shows the text ‘This is first’.
This is not occurring every time.
Is there any way to fix it?
Thanks in advance.
↧