Use Qt::endl

This commit is contained in:
Luis Ángel San Martín 2021-10-07 22:26:17 +02:00
parent 0bfa0eb31e
commit 98851cf40f

View File

@ -117,7 +117,7 @@ void LibraryCreator::run()
#endif
if (!sevenzLib->load()) {
QLOG_ERROR() << "Loading 7z.dll : " + sevenzLib->errorString() << endl;
QLOG_ERROR() << "Loading 7z.dll : " + sevenzLib->errorString() << Qt::endl;
QCoreApplication::exit(YACReader::SevenZNotFound);
exit();
}