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

Method on_dirList_clicked

qrenderdoc/Windows/Dialogs/VirtualFileDialog.cpp:728–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726}
727
728void VirtualFileDialog::on_dirList_clicked(const QModelIndex &index)
729{
730 changeCurrentDir(m_DirProxy->mapToSource(index));
731}
732
733void VirtualFileDialog::dirList_selectionChanged(const QItemSelection &selected,
734 const QItemSelection &deselected)

Callers

nothing calls this directly

Calls 1

mapToSourceMethod · 0.45

Tested by

no test coverage detected