Reworked value reading.
This commit is contained in:
@@ -40,7 +40,7 @@ BCMainWindow::BCMainWindow(QWidget *parent)
|
||||
|
||||
_motorlButton->setDefaultAction( _actionMotor);
|
||||
|
||||
_valueManager.loadBikeData();
|
||||
_valueManager.loadXmlBikeData();
|
||||
auto model = _valueManager.getModel( BCDevice::ID::Console );
|
||||
if( model)
|
||||
_valueView->setModel( *model );
|
||||
|
||||
Reference in New Issue
Block a user