MCPcopy 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
176void KDevelop::OutputJob::setDelegate(QAbstractItemDelegate * delegate)
177{
178 Q_D(OutputJob);
179
180 d->outputDelegate = delegate;
181}
182
183QAbstractItemModel * KDevelop::OutputJob::model() const
184{

Callers 1

startOutputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected