mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
* changed CValueObject apply * created CIndexPropertyList * renamed CIndexVariantMap to CPropertyIndexVariantMap
15 lines
241 B
C++
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
|
|
}
|
|
}
|