MCPcopy Create free account
hub / github.com/chrxh/alien / open

Method open

source/Gui/NewPasswordDialog.cpp:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17void NewPasswordDialog::open(std::string const& userName, UserInfo const& userInfo)
18{
19 AlienDialog::open();
20 _userName = userName;
21 _newPassword.clear();
22 _confirmationCode.clear();
23 _userInfo = userInfo;
24}
25
26NewPasswordDialog::NewPasswordDialog()
27 : AlienDialog("New password")

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected