| 463 | } |
| 464 | |
| 465 | void InputEditWidget::onCodeBaseBtnClicked() |
| 466 | { |
| 467 | bool checked = d->codeBaseBtn->isChecked(); |
| 468 | if (!checked && d->edit->hasTag(reference_codebase)) // cancel the button , but @codebase in edit |
| 469 | return; |
| 470 | ChatManager::instance()->setReferenceCodebase(checked); |
| 471 | } |
| 472 | |
| 473 | void InputEditWidget::onNetWorkBtnClicked() |
| 474 | { |
nothing calls this directly
no test coverage detected