Win32: Temporary way to get debug prints
Using qDebug() to print all messages.
On Windows the app is a true GUI app with no standard output streams.This means all debug prints need to go through qDebug().
View differences
Win32: Temporary way to get debug prints
Using qDebug() to print all messages.
On Windows the app is a true GUI app with no standard output streams.
This means all debug prints need to go through qDebug().