31 if (command ==
"MESSAGE") {
34 QByteArray debugMessage;
37 ds >> type >> debugMessage >> file >> line >> function;
40 info.file = QString::fromUtf8(file);
41 info.function = QString::fromUtf8(function);
46 info.category = QString::fromUtf8(category);
50 emit message(QtMsgType(type), QString::fromUtf8(debugMessage), info);