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

Method SetUser

Src/DlgUserPassword.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44int CDlgUserPassword::SetUser(const QString &szPrompt, CParameterUser* pUser)
45{
46 m_pUser = pUser;
47 ui->lbText->setText(szPrompt);
48 ui->wUser->SetParameter(m_pUser);
49 return 0;
50}
51
52void CDlgUserPassword::accept()
53{

Calls 1

SetParameterMethod · 0.45

Tested by

no test coverage detected