Fix build with Qt 5.15

This commit is contained in:
Cameron Gutman
2020-02-24 17:39:24 -08:00
parent 979de190dc
commit 10dae7482c
5 changed files with 22 additions and 9 deletions

View File

@@ -74,7 +74,7 @@ void logToLoggerStream(QString& message)
return;
}
else if (s_LogLinesWritten == MAX_LOG_LINES) {
s_LoggerStream << "Log size limit reached!" << endl;
s_LoggerStream << "Log size limit reached!" << Qt::endl;
s_LogLimitReached = true;
return;
}