mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-11 18:26:18 +00:00
Fix build with Qt 5.15
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user