MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / accept

Method accept

Src/DlgUserPassword.cpp:52–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void CDlgUserPassword::accept()
53{
54 if(!m_pUser) {
55 qCritical(log) << "The pContext is null";
56 return;
57 }
58 ui->wUser->Accept();
59 emit m_pUser->sigChanged();
60 QDialog::accept();
61}

Callers 15

dropEventMethod · 0.45
dropEventMethod · 0.45
dropEventMethod · 0.45
eventMethod · 0.45
mousePressEventMethod · 0.45
mouseReleaseEventMethod · 0.45
mouseMoveEventMethod · 0.45
wheelEventMethod · 0.45
keyPressEventMethod · 0.45
keyReleaseEventMethod · 0.45
mousePressEventMethod · 0.45
mouseReleaseEventMethod · 0.45

Calls 1

AcceptMethod · 0.45

Tested by

no test coverage detected