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

Method parent

plugins/quickopen/quickopenmodel.cpp:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243QModelIndex QuickOpenModel::parent(const QModelIndex&) const
244{
245 return QModelIndex();
246}
247
248int QuickOpenModel::rowCount(const QModelIndex& i) const
249{

Callers 13

setFilterTextMethod · 0.45
insideThisMethod · 0.45
columnCountMethod · 0.45
updateProvidersMethod · 0.45
rowSelectedMethod · 0.45
placeExpandingWidgetMethod · 0.45
adjustRectMethod · 0.45
testProjectFileFilterMethod · 0.45
findQMakeFolderParentFunction · 0.45
buildDirectoryMethod · 0.45
slotDirtyMethod · 0.45
findProjectFileItemFunction · 0.45

Calls 1

QModelIndexClass · 0.50

Tested by 1

testProjectFileFilterMethod · 0.36