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

Method models

kdevplatform/shell/problemmodelset.cpp:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83QVector<ModelData> ProblemModelSet::models() const
84{
85 Q_D(const ProblemModelSet);
86
87 return d->data;
88}
89
90}
91

Callers 8

testAddModelMethod · 0.80
testModelListingMethod · 0.80
testRemoveModelMethod · 0.80
findProblemsUnderCursorFunction · 0.80
kompareModelChangedMethod · 0.80
loadMethod · 0.80
updateHighlightMethod · 0.80

Calls

no outgoing calls

Tested by 3

testAddModelMethod · 0.64
testModelListingMethod · 0.64
testRemoveModelMethod · 0.64