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

Method addOutput

plugins/standardoutputview/toolviewdata.cpp:53–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53OutputData* ToolViewData::addOutput( int id, const QString& title,
54 KDevelop::IOutputView::Behaviours behave )
55{
56 auto* d = new OutputData( this );
57 d->id = id;
58 d->title = title;
59 d->behaviour = behave;
60 outputdata.insert( id, d );
61 emit outputAdded( id );
62 return d;
63}
64
65#include "moc_toolviewdata.cpp"

Callers 1

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected