Hi
I have the following line in my code

qDebug() << "s is" << s;

Where s is a QString

When i run the app I do not see any output

What am i doing wrong?

TIA

Graham