Move value flags to bcvalue class definition.
This commit is contained in:
@@ -77,7 +77,7 @@ void BCDeviceView::onValueListReady( BCDevice::ID deviceID, BCValueList valueLis
|
||||
_valueModel.takeValueList( valueList );
|
||||
}
|
||||
|
||||
void BCDeviceView::onValueUpdated(int index, BC::State state, const QString& newVisibleValue )
|
||||
void BCDeviceView::onValueUpdated(int index, BCValue::State state, const QString& newVisibleValue )
|
||||
{
|
||||
_valueModel.onValueUpdated( index,state,newVisibleValue);
|
||||
_itemDelegate->onHighlightRow( index );
|
||||
|
||||
Reference in New Issue
Block a user