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

Method setData

kdevplatform/project/projectmodel.cpp:1088–1092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1086}
1087
1088bool ProjectModel::setData(const QModelIndex&, const QVariant&, int)
1089{
1090 // Not supported
1091 return false;
1092}
1093
1094QList<ProjectBaseItem*> ProjectModel::itemsForPath(const IndexedString& path) const
1095{

Callers 5

addProjectMethod · 0.45
addDepMethod · 0.45
setDependenciesMethod · 0.45
toQActionMethod · 0.45
matchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected