| 148 | } |
| 149 | |
| 150 | QWidget* 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 | |
| 158 | void WorkingSetController::setupActions() |
| 159 | { |
no outgoing calls
no test coverage detected