Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
226
ProblemModel* ProblemTreeView::model() const
227
{
228
return static_cast<ProblemModel*>(m_proxy->sourceModel());
229
}
230
231
void ProblemTreeView::setModel(QAbstractItemModel* model)
232
{
Callers
14
mapFromSource
Method · 0.45
mapFromItem
Method · 0.45
rowsInserted
Method · 0.45
rowsAboutToBeRemoved
Method · 0.45
selectionChanged
Method · 0.45
patchChanged
Method · 0.45
showEditDialog
Method · 0.45
setupActions
Method · 0.45
updateActions
Method · 0.45
selectIndex
Method · 0.45
onViewChanged
Method · 0.45
addModel
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected