MCPcopy 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
219QAbstractProxyModel* ScratchpadView::proxyModel() const
220{
221 return static_cast<QAbstractProxyModel*>(scratchView->model());
222}
223
224QModelIndex ScratchpadView::currentIndex() const
225{

Callers

nothing calls this directly

Calls 1

modelMethod · 0.45

Tested by

no test coverage detected