Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
243
QModelIndex QuickOpenModel::parent(const QModelIndex&) const
244
{
245
return QModelIndex();
246
}
247
248
int QuickOpenModel::rowCount(const QModelIndex& i) const
249
{
Callers
13
setFilterText
Method · 0.45
insideThis
Method · 0.45
columnCount
Method · 0.45
updateProviders
Method · 0.45
rowSelected
Method · 0.45
placeExpandingWidget
Method · 0.45
adjustRect
Method · 0.45
testProjectFileFilter
Method · 0.45
findQMakeFolderParent
Function · 0.45
buildDirectory
Method · 0.45
slotDirty
Method · 0.45
findProjectFileItem
Function · 0.45
Calls
1
QModelIndex
Class · 0.50
Tested by
1
testProjectFileFilter
Method · 0.36