Files
pilotclient/src/blacksim/simulatorsetup.cpp
Klaus Basan 4b50134d2a refs #325, refs #330 fixed apply method to return list of changed properties
* changed CValueObject apply
* created CIndexPropertyList
* renamed CIndexVariantMap to CPropertyIndexVariantMap
2014-10-07 13:10:33 +02:00

15 lines
241 B
C++

#include "simulatorsetup.h"
namespace BlackSim
{
void CSimulatorSetup::setSettings(const BlackMisc::CPropertyIndexVariantMap &map)
{
this->m_setup = map;
}
void CSimulatorSetup::init()
{
// void
}
}