| 682 | } |
| 683 | |
| 684 | QString SessionController::sessionDir() |
| 685 | { |
| 686 | Q_D(SessionController); |
| 687 | |
| 688 | if( !activeSession() ) |
| 689 | return QString(); |
| 690 | return d->activeSession->dataDirectory(); |
| 691 | } |
| 692 | |
| 693 | QString SessionController::sessionName() |
| 694 | { |
nothing calls this directly
no test coverage detected