mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Use Qt::endl
This commit is contained in:
@ -37,7 +37,7 @@ void XMLInfoLibraryScanner::run()
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!sevenzLib->load()) {
|
if (!sevenzLib->load()) {
|
||||||
QLOG_ERROR() << "Loading 7z.dll : " + sevenzLib->errorString() << endl;
|
QLOG_ERROR() << "Loading 7z.dll : " + sevenzLib->errorString() << Qt::endl;
|
||||||
QCoreApplication::exit(YACReader::SevenZNotFound);
|
QCoreApplication::exit(YACReader::SevenZNotFound);
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user