You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fxdeniz
changed the title
Parallelize hashing and copying in FileStorageManager::addUnRegisteredFile()
Parallelize hashing and copying in FileStorageManager::addUnRegisteredFile()Aug 14, 2022
Two statements below
QString fileHash = this->getHashOf(sourceFile.readAll());
and
bool isFileCopied = sourceFile.copy(internalFilePath);
can be run inside QtConcurrent::run() as lambdas
The text was updated successfully, but these errors were encountered: