skullandbones / uTmax

uTmax Linux GUI program for the uTracer3 Thermionic Valve Tester
4 stars 3 forks source link

main: Add workaround for native qDebug not working #26

Closed skullandbones closed 6 years ago

skullandbones commented 6 years ago

Seems the default native qDebug() mechanism got disabled and does not work in Qt 5.6.2.

The solution was to add a message handler so that the program now has full control of managing the debug output.

Signed-off-by: Dean Jenkins skullandbones99@gmail.com (cherry picked from commit 1bf38aa794fda545fa38f670951647b81addbe0c)

Plus add std:: prefix Signed-off-by: Dean Jenkins skullandbones99@gmail.com