32 if (command ==
"MESSAGE") {
35 QByteArray debugMessage;
38 ds >> type >> debugMessage >> file >> line >> function;
41 info.file = QString::fromUtf8(file);
42 info.function = QString::fromUtf8(function);
47 info.category = QString::fromUtf8(category);
51 emit message(QtMsgType(type), QString::fromUtf8(debugMessage), info);