Logger: Do not quote strings by default
Αυτή η υποβολή περιλαμβάνεται σε:
γονέας
6ac7c199fb
υποβολή
ae4b06d647
@ -4,6 +4,7 @@
|
||||
Logger::Logger(QFile *file)
|
||||
{
|
||||
out = new QDebug(file);
|
||||
out->noquote();
|
||||
this->file = file;
|
||||
}
|
||||
|
||||
|
Φόρτωση…
Αναφορά σε νέο ζήτημα
Block a user