mirror of
				https://github.com/YACReader/yacreader
				synced 2025-10-31 00:04:26 -04:00 
			
		
		
		
	Use Qt::endl
This commit is contained in:
		| @ -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(); | ||||
|     } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user