Logger: Do not quote strings by default
This commit is contained in:
förälder
8b999ed4f7
incheckning
ca7b5a7430
@ -4,6 +4,7 @@
|
||||
Logger::Logger(QFile *file)
|
||||
{
|
||||
out = new QDebug(file);
|
||||
out->noquote();
|
||||
this->file = file;
|
||||
}
|
||||
|
||||
|
Laddar…
Referens i nytt ärende
Block a user