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

Method on_fileList_clicked

qrenderdoc/Windows/Dialogs/VirtualFileDialog.cpp:756–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754}
755
756void VirtualFileDialog::on_fileList_clicked(const QModelIndex &index)
757{
758 ui->filename->setText(m_FileProxy->data(index, RemoteFileModel::FileNameRole).toString());
759}
760
761void VirtualFileDialog::fileList_selectionChanged(const QItemSelection &selected,
762 const QItemSelection &deselected)

Callers

nothing calls this directly

Calls 3

setTextMethod · 0.45
toStringMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected