Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ columnCount
Method
columnCount
plugins/quickopen/quickopenmodel.cpp:276–279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
}
275
276
int QuickOpenModel::columnCount() const
277
{
278
return 2;
279
}
280
281
int QuickOpenModel::columnCount(const QModelIndex& index) const
282
{
Callers
4
adjustRect
Method · 0.45
updateScrollArea
Method · 0.45
validateColumnCountsThreadCountAndStackFrameNumbers
Function · 0.45
itemChanged
Method · 0.45
Calls
2
isValid
Method · 0.45
parent
Method · 0.45
Tested by
1
validateColumnCountsThreadCountAndStackFrameNumbers
Function · 0.36