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

Method parent

qrenderdoc/Windows/LogView.cpp:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 return createIndex(row, column);
214 }
215 QModelIndex parent(const QModelIndex &index) const override
216 {
217 return sourceModel()->parent(index);
218 }
219 QVariant headerData(int section, Qt::Orientation orientation, int role) const override
220 {
221 if(orientation == Qt::Horizontal)

Callers

nothing calls this directly

Calls 1

parentMethod · 0.45

Tested by

no test coverage detected