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

Method model

plugins/problemreporter/problemtreeview.cpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226ProblemModel* ProblemTreeView::model() const
227{
228 return static_cast<ProblemModel*>(m_proxy->sourceModel());
229}
230
231void ProblemTreeView::setModel(QAbstractItemModel* model)
232{

Callers 14

mapFromSourceMethod · 0.45
mapFromItemMethod · 0.45
rowsInsertedMethod · 0.45
rowsAboutToBeRemovedMethod · 0.45
selectionChangedMethod · 0.45
patchChangedMethod · 0.45
showEditDialogMethod · 0.45
setupActionsMethod · 0.45
updateActionsMethod · 0.45
selectIndexMethod · 0.45
onViewChangedMethod · 0.45
addModelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected