| 229 | } |
| 230 | |
| 231 | void SessionNameInputDialog::setActionText(const QString &actText, const QString &openActText) |
| 232 | { |
| 233 | getButton(1)->setText(actText); |
| 234 | getButton(2)->setText(openActText); |
| 235 | } |
| 236 | |
| 237 | bool SessionNameInputDialog::isSwitchToRequested() const |
| 238 | { |
no test coverage detected