Resolve Qt deprication: endl -> Qt::endl

This commit is contained in:
2021-06-12 22:55:56 +02:00
parent 01872e37d5
commit f67b7bbb21
9 changed files with 34 additions and 32 deletions

View File

@@ -59,7 +59,7 @@ int CommandAdd::handle(QStringList arguments)
if(processedFilesCount != numFilesCount)
{
Logger::error() << "Errors occured while trying to add files to the database. Processed " << processedFilesCount
<< "out of" << numFilesCount << "files" << endl;
<< "out of" << numFilesCount << "files" << Qt::endl;
return 1;
}