2 years ago
#76653
Ryan Glenn
How to print to standard output when using Qt without using qDebug()
It seems like when I'm using Qt, std::cout << "blah"
does not work. It seems to completely ignore all printf
and std::cout
statements and refuses to print anything unless I use qDebug() << "blah"
. Why is this? Can I turn this functionality off?
c++
qt5
0 Answers
Your Answer