Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
QVector<ModelData> ProblemModelSet::models() const
84
{
85
Q_D(const ProblemModelSet);
86
87
return d->data;
88
}
89
90
}
91
Callers
8
testAddModel
Method · 0.80
testModelListing
Method · 0.80
testRemoveModel
Method · 0.80
findProblemsUnderCursor
Function · 0.80
findProblemsCloseToCursor
Function · 0.80
kompareModelChanged
Method · 0.80
load
Method · 0.80
updateHighlight
Method · 0.80
Calls
no outgoing calls
Tested by
3
testAddModel
Method · 0.64
testModelListing
Method · 0.64
testRemoveModel
Method · 0.64