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

Function RemoveRecentFile

qrenderdoc/Code/Interface/PersistantConfig.cpp:636–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634}
635
636void RemoveRecentFile(rdcarray<rdcstr> &recentList, const rdcstr &file)
637{
638 recentList.removeOne(QDir::cleanPath(file));
639}
640
641void AddRecentFile(rdcarray<rdcstr> &recentList, const rdcstr &file)
642{

Callers 1

RemoveRecentCaptureMethod · 0.50

Calls 1

removeOneMethod · 0.45

Tested by

no test coverage detected