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

Method initIntern

source/Gui/NewPasswordDialog.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include "GenericMessageDialog.h"
11
12void NewPasswordDialog::initIntern(SimulationFacade simulationFacade)
13{
14 _simulationFacade = simulationFacade;
15}
16
17void NewPasswordDialog::open(std::string const& userName, UserInfo const& userInfo)
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected