Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
class ListProxyModel:public QSortFilterProxyModel
Callers
nothing calls this directly
Calls
2
isValid
Method · 0.45
parent
Method · 0.45
Tested by
no test coverage detected