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

Method captureModified

qrenderdoc/Windows/MainWindow.cpp:676–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674}
675
676void MainWindow::captureModified()
677{
678 // once the capture is modified, enable the save-in-place option. It might already have been
679 // enabled if this capture was a temporary one
680 if(m_Ctx.IsCaptureLoaded())
681 ui->action_Save_Capture_Inplace->setEnabled(true);
682
683 updateToolsMenuOptions();
684}
685
686void MainWindow::LoadFromFilename(const QString &filename, bool temporary)
687{

Callers 1

SetModificationMethod · 0.80

Calls 1

IsCaptureLoadedMethod · 0.45

Tested by

no test coverage detected