MCPcopy Create free account
hub / github.com/KDE/kdevelop / model

Method model

kdevplatform/outputview/outputjob.cpp:183–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183QAbstractItemModel * KDevelop::OutputJob::model() const
184{
185 Q_D(const OutputJob);
186
187 return d->outputModel;
188}
189
190void KDevelop::OutputJob::setStandardToolView(IOutputView::StandardToolView standard)
191{

Callers 1

activateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected