Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baldurk/renderdoc
/ on_upFolder_clicked
Method
on_upFolder_clicked
qrenderdoc/Windows/Dialogs/VirtualFileDialog.cpp:886–891 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
884
}
885
886
void VirtualFileDialog::on_upFolder_clicked()
887
{
888
QModelIndex curDir = currentDir();
889
890
changeCurrentDir(m_Model->parent(curDir));
891
}
892
893
void VirtualFileDialog::fileNotFound(const QString &path)
894
{
Callers
nothing calls this directly
Calls
1
parent
Method · 0.45
Tested by
no test coverage detected