| 768 | } |
| 769 | |
| 770 | void MainWidget::hideDragForwardInfo() { |
| 771 | if (_hider) { |
| 772 | _hider->startHide(); |
| 773 | _hider.release(); |
| 774 | } |
| 775 | } |
| 776 | |
| 777 | void MainWidget::sendBotCommand(Bot::SendCommandRequest request) { |
| 778 | const auto type = _mainSection |
no test coverage detected