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

Method initIntern

source/Gui/ActivateUserDialog.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include "StyleRepository.h"
13
14void ActivateUserDialog::initIntern(SimulationFacade simulationFacade)
15{
16 _simulationFacade = simulationFacade;
17}
18
19void ActivateUserDialog::open(std::string const& userName, std::string const& password, UserInfo const& userInfo)
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected