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

Method defaultArea

kdevplatform/sublime/controller.cpp:287–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287Area *Controller::defaultArea(const QString &id) const
288{
289 Q_D(const Controller);
290
291 return d->namedAreas[id];
292}
293
294Area *Controller::area(int mainWindow, const QString& id) const
295{

Callers 1

namedAreasMethod · 0.45

Calls

no outgoing calls

Tested by 1

namedAreasMethod · 0.36