How to "redirect" non native qDebug ?
-
I think I have asked this before , but now I cannot find the thread...
By non-native I mean qDebug posted by a code I did not write.
You can choose to call it library if that makes more sense.These errors are coming from "bluez" (library) via QT implementation of such library.
By default they are output to QT "console".
I would like to redirect them to widget(s) - so the user can observe them.
-
Hi,
If qDebug then check qInstallMessageHandler.
-
Thanks for refreshing my memory.
If I have to remember now to "find" the "bluez" implementation of qDebug....
Thanks again