MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / parent

Method parent

launcher/VersionProxyModel.cpp:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236QModelIndex VersionProxyModel::parent([[maybe_unused]] const QModelIndex& child) const
237{
238 return QModelIndex();
239}
240
241QModelIndex VersionProxyModel::mapFromSource(const QModelIndex& sourceIndex) const
242{

Callers 2

setFilterStateMethod · 0.45
sourceDataChangedMethod · 0.45

Calls 1

QModelIndexClass · 0.85

Tested by

no test coverage detected