mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Use Qt::endl
This commit is contained in:
parent
2dbfc6cab5
commit
89459a470d
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user