| 220 | void ConsoleWidget::AddToHistory(const QString &command) { kphInputLineEdit->AddToHistory(command); } |
| 221 | |
| 222 | void ConsoleWidget::SetInput(const QString &command) { InputLineEdit->setText(command); } |
| 223 | |
| 224 | void ConsoleWidget::Clear() { OutputTextEdit->clear(); } |
| 225 |
no test coverage detected