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

Method RemoveRecentCapture

qrenderdoc/Windows/MainWindow.cpp:1745–1750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1743}
1744
1745void MainWindow::RemoveRecentCapture(const QString &filename)
1746{
1747 RemoveRecentFile(m_Ctx.Config().RecentCaptureFiles, filename);
1748
1749 PopulateRecentCaptureFiles();
1750}
1751
1752void MainWindow::recentCaptureFile(const QString &filename)
1753{

Callers 5

RecompressCaptureMethod · 0.80
SaveCaptureToMethod · 0.80
saveCaptureMethod · 0.80
cleanItemsMethod · 0.80

Calls 2

RemoveRecentFileFunction · 0.50
ConfigMethod · 0.45

Tested by

no test coverage detected