Reformat code for clang-format 15

This commit is contained in:
baldurk
2023-09-05 11:02:08 +01:00
parent 4d94209ec1
commit 9d39b8e1a8
330 changed files with 5856 additions and 3850 deletions
+6 -4
View File
@@ -190,8 +190,9 @@ rdcstr ReplayManager::CopyCaptureToRemote(const rdcstr &localpath, QWidget *wind
thread->start();
}
ShowProgressDialog(window, tr("Transferring..."), [&copied]() { return copied == 1; },
[&progress]() { return progress; });
ShowProgressDialog(
window, tr("Transferring..."), [&copied]() { return copied == 1; },
[&progress]() { return progress; });
return remotepath;
}
@@ -224,8 +225,9 @@ void ReplayManager::CopyCaptureFromRemote(const rdcstr &remotepath, const rdcstr
thread->start();
}
ShowProgressDialog(window, tr("Transferring..."), [&copied]() { return copied == 1; },
[&progress]() { return progress; });
ShowProgressDialog(
window, tr("Transferring..."), [&copied]() { return copied == 1; },
[&progress]() { return progress; });
}
bool ReplayManager::IsRunning()