Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ proxyModel
Method
proxyModel
plugins/scratchpad/scratchpadview.cpp:219–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
}
218
219
QAbstractProxyModel* ScratchpadView::proxyModel() const
220
{
221
return static_cast<QAbstractProxyModel*>(scratchView->model());
222
}
223
224
QModelIndex ScratchpadView::currentIndex() const
225
{
Callers
nothing calls this directly
Calls
1
model
Method · 0.45
Tested by
no test coverage detected