MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / disableSendBtn

Method disableSendBtn

src/plugins/chat/widgets/inputeditwidget.cpp:646–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644}
645
646void InputEditWidget::disableSendBtn()
647{
648 d->sendButton->setEnabled(false);
649}
650
651void InputEditWidget::setAnswering(bool isAnswering)
652{

Callers 1

enterAnswerStateMethod · 0.80

Calls 1

setEnabledMethod · 0.45

Tested by

no test coverage detected