mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +02:00
Fix argument to isAvailable
This commit is contained in:
parent
2942a53a1d
commit
1120b12b8c
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ void DomainContentBackupManager::getAllBackupInformation(MiniPromise::Promise pr
|
|||
for (auto& handler : _backupHandlers) {
|
||||
bool handlerIsAvailable { false };
|
||||
float progress { 0.0f };
|
||||
//std::tie<handlerIsAvailable, progress> = handler->isAvailable();
|
||||
//std::tie<handlerIsAvailable, progress> = handler->isAvailable(fileInfo.absoluteFilePath());
|
||||
//isAvailable = isAvailable && !handlerIsAvailable);
|
||||
//availabilityProgress += progress / _backupHandlers.size();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue