Clementine-audio-player-Mac.../ext/libclementine-common
Jim Broadus 902522f4d3 Fix Qt generated log messages.
To avoid infinite recursion, Qt prevents a log generated from an installed
message handler from being handled by that same handler. So when a Qt message
is handled, the logging magic (__logging_message__) that is added by
CreateLogger, and is expected to be detected and stripped by the handler, is
instead dumped to the log.

Instead of sending the Qt messages back through the logging system, use a new
BufferedDebug to build the log message in a buffer, then immeiately print the
buffer to stderr.
2020-03-07 02:41:56 +00:00
..
core Fix Qt generated log messages. 2020-03-07 02:41:56 +00:00
CMakeLists.txt Fixes for compiling against qt5 on mac 2018-12-05 18:16:34 +01:00