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

Function getSet

kdevplatform/shell/workingsets/workingsetwidget.cpp:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19using namespace KDevelop;
20
21WorkingSet* getSet(const QString& id)
22{
23 if (id.isEmpty()) {
24 return nullptr;
25 }
26
27 return Core::self()->workingSetControllerInternal()->workingSet(id);
28}
29
30WorkingSetWidget::WorkingSetWidget(Sublime::Area* area, QWidget* parent)
31 : WorkingSetToolButton(parent, nullptr)

Callers 1

changingWorkingSetMethod · 0.85

Calls 3

isEmptyMethod · 0.45
workingSetMethod · 0.45

Tested by

no test coverage detected