Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setDelegate
Method
setDelegate
kdevplatform/outputview/outputjob.cpp:176–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
void KDevelop::OutputJob::setDelegate(QAbstractItemDelegate * delegate)
177
{
178
Q_D(OutputJob);
179
180
d->outputDelegate = delegate;
181
}
182
183
QAbstractItemModel * KDevelop::OutputJob::model() const
184
{
Callers
1
startOutput
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected