| 288 | } |
| 289 | |
| 290 | WorkingSet::WorkingSet(const QString& id) |
| 291 | : QObject() |
| 292 | , m_id(id) |
| 293 | , m_icon(generateIcon(WorkingSetIconParameters(id))) |
| 294 | { |
| 295 | } |
| 296 | |
| 297 | bool WorkingSet::isEmpty() const |
| 298 | { |
nothing calls this directly
no test coverage detected