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

Method initIntern

source/Gui/UploadSimulationDialog.cpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void UploadSimulationDialog::initIntern(SimulationFacade simulationFacade)
34{
35 _simulationFacade = simulationFacade;
36
37 auto& settings = GlobalSettings::get();
38 _share = settings.getValue("dialogs.upload.share", _share);
39}
40
41void UploadSimulationDialog::shutdownIntern()
42{

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.80

Tested by

no test coverage detected