Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
183
QAbstractItemModel * KDevelop::OutputJob::model() const
184
{
185
Q_D(const OutputJob);
186
187
return d->outputModel;
188
}
189
190
void KDevelop::OutputJob::setStandardToolView(IOutputView::StandardToolView standard)
191
{
Callers
1
activate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected