mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 00:58:32 -04:00
Use Qt::endl
This commit is contained in:
parent
0bfa0eb31e
commit
98851cf40f
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user