| 308 | } |
| 309 | |
| 310 | void SessionItemWidgetPrivate::openSession() |
| 311 | { |
| 312 | sessionSrv->loadSession(sessionName); |
| 313 | } |
| 314 | |
| 315 | void SessionItemWidgetPrivate::runInputDialog(const QString &title, const QStringList &actList, |
| 316 | const QString &editText, std::function<void(const QString &)> handler) |
nothing calls this directly
no test coverage detected