MCPcopy Create free account
hub / github.com/AncientLysine/BiliLocal / mapFromSource

Method mapFromSource

src/Menu.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128
129 QModelIndex mapFromSource(const QModelIndex &i) const
130 {
131 return i.isValid()?index(i.row()+1,i.column(),mapFromSource(i.parent())):QModelIndex();
132 }
133};
134
135class ListProxyModel:public QSortFilterProxyModel

Callers

nothing calls this directly

Calls 2

isValidMethod · 0.45
parentMethod · 0.45

Tested by

no test coverage detected