From 89459a470d760fc79cf1637ada7f1b8011e05d5d 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:30:20 +0200 Subject: [PATCH] Use Qt::endl --- YACReaderLibrary/xml_info_library_scanner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibrary/xml_info_library_scanner.cpp b/YACReaderLibrary/xml_info_library_scanner.cpp index f8aa31fb..58cf9a85 100644 --- a/YACReaderLibrary/xml_info_library_scanner.cpp +++ b/YACReaderLibrary/xml_info_library_scanner.cpp @@ -37,7 +37,7 @@ void XMLInfoLibraryScanner::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(); }