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

Method items

plugins/git/repostatusmodel.cpp:446–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446const QList<QStandardItem*> RepoStatusModel::items(const QStandardItem* project, Areas area) const
447{
448 QList<QStandardItem*> ret;
449 for (auto* it : allItems(project)) {
450 if ((RepoStatusModel::Areas)it->data(RepoStatusModel::AreaRole).toInt() == area)
451 ret << it;
452 }
453
454 return ret;
455}
456
457void RepoStatusModel::statusReady(KJob* job)
458{

Callers 15

createClipboardMimeDataFunction · 0.45
updateActionStateMethod · 0.45
contextMenuExtensionMethod · 0.45
collectItemsMethod · 0.45
pasteFromContextMenuMethod · 0.45
dropEventMethod · 0.45
showContextMenuMethod · 0.45
resetMethod · 0.45
testProjectFileFilterMethod · 0.45
selectUseFunction · 0.45
contextMenuExtensionMethod · 0.45

Calls 2

toIntMethod · 0.80
dataMethod · 0.45

Tested by 2

testProjectFileFilterMethod · 0.36
testCasesMethod · 0.36