| 153 | } |
| 154 | |
| 155 | void SessionListView::switchToCurrentSession() |
| 156 | { |
| 157 | const auto session = currentSession(); |
| 158 | SessionManager::instance()->loadSession(session); |
| 159 | Q_EMIT sessionSwitched(); |
| 160 | } |
| 161 | |
| 162 | void SessionListView::showEvent(QShowEvent *event) |
| 163 | { |
nothing calls this directly
no test coverage detected