| 23 | using namespace KDevelop; |
| 24 | |
| 25 | WorkingSet* workingSet(const QString& id) |
| 26 | { |
| 27 | return Core::self()->workingSetControllerInternal()->workingSet(id); |
| 28 | } |
| 29 | |
| 30 | ClosedWorkingSetsWidget::ClosedWorkingSetsWidget( MainWindow* window ) |
| 31 | : QWidget(nullptr), m_mainWindow(window) |
no test coverage detected