mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 13:45:55 +00:00
Reformat code for clang-format 15
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user