Cli: CommandAdd: Correct progress print

Este commit está contenido en:
Albert S. 2022-04-24 17:13:07 +02:00
padre 8734d56d09
commit 30414e3da3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -81,7 +81,7 @@ int CommandAdd::handle(QStringList arguments)
connect(indexer, &Indexer::indexProgress, this,
[](int pathsCount, unsigned int added, unsigned int skipped, unsigned int failed, unsigned int totalCount)
{ Logger::info() << "Processed files: " << totalCount << Qt::endl; });
{ Logger::info() << "Processed files: " << pathsCount << Qt::endl; });
connect(indexer, &Indexer::finished, this, &CommandAdd::indexerFinished);
/* TODO: keepGoing, verbose */