| 649 | } |
| 650 | |
| 651 | void InputEditWidget::setAnswering(bool isAnswering) |
| 652 | { |
| 653 | d->isAnswering = isAnswering; |
| 654 | } |
| 655 | |
| 656 | // use to restore tag, : remove tag then Ctrl+z |
| 657 | void InputEditWidget::onTagAdded(const QString &text) |
no outgoing calls
no test coverage detected