MCPcopy Create free account
hub / github.com/KDE/kdevelop / parent

Method parent

kdevplatform/shell/settings/environmentprofilelistmodel.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64QModelIndex EnvironmentProfileListModel::parent(const QModelIndex& index) const
65{
66 Q_UNUSED(index);
67 return {};
68}
69
70int EnvironmentProfileListModel::defaultProfileIndex() const
71{

Callers 7

initMethod · 0.45
testRootNodeMethod · 0.45
testChildrenMethod · 0.45
testApplicationMethod · 0.45
testMainWindowMethod · 0.45
loadToAreaPrivateFunction · 0.45
saveFromAreaPrivateFunction · 0.45

Calls

no outgoing calls

Tested by 4

testRootNodeMethod · 0.36
testChildrenMethod · 0.36
testApplicationMethod · 0.36
testMainWindowMethod · 0.36