MCPcopy Create free account
hub / github.com/baldurk/renderdoc / PromptSaveCaptureAs

Method PromptSaveCaptureAs

qrenderdoc/Windows/MainWindow.cpp:1036–1044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1034}
1035
1036bool MainWindow::PromptSaveCaptureAs()
1037{
1038 QString saveFilename = GetSavePath();
1039
1040 if(!saveFilename.isEmpty())
1041 return SaveCurrentCapture(saveFilename);
1042
1043 return false;
1044}
1045
1046bool MainWindow::SaveCurrentCapture(QString saveFilename)
1047{

Callers 1

saveCaptureMethod · 0.80

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected