| 376 | } |
| 377 | |
| 378 | void Area::positionChanged(View *view, int newPos) |
| 379 | { |
| 380 | qCDebug(SUBLIME) << view << newPos; |
| 381 | AreaIndex *index = indexOf(view); |
| 382 | index->moveViewPosition(view, newPos); |
| 383 | } |
| 384 | |
| 385 | |
| 386 | QString Area::workingSet() const |
nothing calls this directly
no test coverage detected