Logger: Do not quote strings by default
このコミットが含まれているのは:
コミット
ae4b06d647
@ -4,6 +4,7 @@
|
||||
Logger::Logger(QFile *file)
|
||||
{
|
||||
out = new QDebug(file);
|
||||
out->noquote();
|
||||
this->file = file;
|
||||
}
|
||||
|
||||
|
読み込み中…
新しいイシューから参照
ユーザーをブロックする