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

Method model

plugins/externalscript/externalscriptjob.cpp:389–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389KDevelop::OutputModel* ExternalScriptJob::model()
390{
391 return qobject_cast<KDevelop::OutputModel*>(OutputJob::model());
392}
393
394void ExternalScriptJob::receivedStderrLines(const QStringList& lines)
395{

Callers 4

ExternalScriptViewMethod · 0.45
itemForIndexMethod · 0.45
addScriptMethod · 0.45
removeScriptMethod · 0.45

Calls 1

modelFunction · 0.85

Tested by

no test coverage detected