Logger: Do not quote strings by default
Этот коммит содержится в:
родитель
8b999ed4f7
Коммит
ca7b5a7430
@ -4,6 +4,7 @@
|
|||||||
Logger::Logger(QFile *file)
|
Logger::Logger(QFile *file)
|
||||||
{
|
{
|
||||||
out = new QDebug(file);
|
out = new QDebug(file);
|
||||||
|
out->noquote();
|
||||||
this->file = file;
|
this->file = file;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user