| 308 | SessionController::~SessionController() = default; |
| 309 | |
| 310 | void SessionController::startNewSession() |
| 311 | { |
| 312 | Q_D(SessionController); |
| 313 | |
| 314 | d->newSession(); |
| 315 | } |
| 316 | |
| 317 | void SessionController::cleanup() |
| 318 | { |
nothing calls this directly
no test coverage detected