From 98851cf40f63845f7750ac49c46a0a837b76a6f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 7 Oct 2021 22:26:17 +0200 Subject: [PATCH] Use Qt::endl --- YACReaderLibrary/library_creator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibrary/library_creator.cpp b/YACReaderLibrary/library_creator.cpp index 5ea413fa..cc00c7f9 100644 --- a/YACReaderLibrary/library_creator.cpp +++ b/YACReaderLibrary/library_creator.cpp @@ -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(); }