Added getter & setter for BCValue
This commit is contained in:
@@ -149,7 +149,7 @@ void BCXmlLoader::loadXmlBikeDeviceData(BCDevice::ID deviceID)
|
||||
if(newValue)
|
||||
{
|
||||
// wir merken uns gleich den index in der Werteliste
|
||||
(*newValue)->indexRow = currentValues.size();
|
||||
(*newValue)->setIndexRow( currentValues.size() );
|
||||
currentValues.push_back( *newValue );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user