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

Method setSourceModel

kdevplatform/util/placeholderitemproxymodel.cpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void PlaceholderItemProxyModel::setSourceModel(QAbstractItemModel* sourceModel)
87{
88 QIdentityProxyModel::setSourceModel(sourceModel);
89 // TODO: Listen to layoutDataChanged signals?
90}
91
92int PlaceholderItemProxyModel::rowCount(const QModelIndex& parent) const
93{

Callers 15

BreakpointWidgetMethod · 0.80
VariableTreeMethod · 0.80
EnvironmentWidgetMethod · 0.80
selectItemDialogMethod · 0.80
initTestCaseMethod · 0.80
BranchManagerMethod · 0.80
setLevelsMethod · 0.80
setModelMethod · 0.80
ProjectManagerViewMethod · 0.80
CommitToolViewMethod · 0.80

Calls

no outgoing calls

Tested by 3

initTestCaseMethod · 0.64
TestViewMethod · 0.64