Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
void 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
dropEvent
Method · 0.45
dropEvent
Method · 0.45
dropEvent
Method · 0.45
event
Method · 0.45
mousePressEvent
Method · 0.45
mouseReleaseEvent
Method · 0.45
mouseMoveEvent
Method · 0.45
wheelEvent
Method · 0.45
keyPressEvent
Method · 0.45
keyReleaseEvent
Method · 0.45
mousePressEvent
Method · 0.45
mouseReleaseEvent
Method · 0.45
Calls
1
Accept
Method · 0.45
Tested by
no test coverage detected