mirror of
https://github.com/QuasarApp/QuasarAppLib.git
synced 2025-04-26 17:54:40 +00:00
fix warnings
This commit is contained in:
parent
80cae9f7ac
commit
bdb77471ac
@ -161,7 +161,7 @@ bool Params::writeLoginFile(const QString &log, VerboseLvl vLvl) {
|
||||
if (logFile.open(QIODevice::WriteOnly | QIODevice::Append | QIODevice::Text)) {
|
||||
|
||||
QTextStream stream(&logFile);
|
||||
stream << timeString() <<"| " << QString::fromStdString(lvlToString(vLvl)) + ": " + log << endl;
|
||||
stream << timeString() <<"| " << QString::fromStdString(lvlToString(vLvl)) + ": " + log << Qt::endl;
|
||||
logFile.close();
|
||||
} else {
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user