Logger: Do not quote strings by default
这个提交包含在:
父节点
8b999ed4f7
当前提交
ca7b5a7430
@ -4,6 +4,7 @@
|
||||
Logger::Logger(QFile *file)
|
||||
{
|
||||
out = new QDebug(file);
|
||||
out->noquote();
|
||||
this->file = file;
|
||||
}
|
||||
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户