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

Method enableSendBtn

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

Source from the content-addressed store, hash-verified

639}
640
641void InputEditWidget::enableSendBtn()
642{
643 d->sendButton->setEnabled(true);
644}
645
646void InputEditWidget::disableSendBtn()
647{

Callers 1

enterInputStateMethod · 0.80

Calls 1

setEnabledMethod · 0.45

Tested by

no test coverage detected