mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Use Qt::endl
This commit is contained in:
parent
0bfa0eb31e
commit
98851cf40f
@ -117,7 +117,7 @@ void LibraryCreator::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…
x
Reference in New Issue
Block a user