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

Method createSetManagerWidget

kdevplatform/shell/workingsetcontroller.cpp:150–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150QWidget* WorkingSetController::createSetManagerWidget(MainWindow* parent, Sublime::Area* fixedArea) {
151 if (fixedArea) {
152 return new WorkingSetWidget(fixedArea, parent);
153 } else {
154 return new ClosedWorkingSetsWidget(parent);
155 }
156}
157
158void WorkingSetController::setupActions()
159{

Callers 2

AreaDisplayMethod · 0.80
newAreaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected