parent
f04f123407
commit
2882d594fe
@ -134,7 +134,7 @@ void DebugMessageHandler(QtMsgType type, const QMessageLogContext& context, cons
|
|||||||
{
|
{
|
||||||
Q_UNUSED(context);
|
Q_UNUSED(context);
|
||||||
const char *category = (type == QtDebugMsg) ? "qt" : NULL;
|
const char *category = (type == QtDebugMsg) ? "qt" : NULL;
|
||||||
LogPrint(category, "GUI: %s\n", QString::toStdString(msg));
|
LogPrint(category, "GUI: %s\n", msg.toStdString());
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user