MCPcopy Create free account
hub / github.com/QNapi/qnapi / accept

Method accept

gui/src/forms/frmnapisy24config.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39EngineConfig frmNapisy24Config::getConfig() const { return config; }
40
41void frmNapisy24Config::accept() {
42 config = config.setNick(ui.leNick->text()).setPassword(ui.lePass->text());
43 QDialog::accept();
44}
45
46void frmNapisy24Config::pbRegisterClicked() {
47 Maybe<QUrl> maybeRegistrationUrl =

Callers

nothing calls this directly

Calls 2

setPasswordMethod · 0.80
setNickMethod · 0.80

Tested by

no test coverage detected