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

Method currentDir

qrenderdoc/Windows/Dialogs/VirtualFileDialog.cpp:668–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666}
667
668QModelIndex VirtualFileDialog::currentDir()
669{
670 return m_FileProxy->mapToSource(ui->fileList->rootIndex());
671}
672
673void VirtualFileDialog::changeCurrentDir(const QModelIndex &index, bool recordHistory)
674{

Callers

nothing calls this directly

Calls 1

mapToSourceMethod · 0.45

Tested by

no test coverage detected