Reworking value editro, part I
This commit is contained in:
@@ -92,6 +92,7 @@ void BCDeviceView::onValueListReady( BCDevice::ID deviceID, BCValueList valueLis
|
||||
if(_devideID == deviceID)
|
||||
{
|
||||
_valueModel.takeValueList( valueList );
|
||||
/*
|
||||
const BCValueList& list = _valueModel.getValueList();
|
||||
int rows = _valueModel.rowCount();
|
||||
for (int r = 0; r < rows; ++r)
|
||||
@@ -103,6 +104,7 @@ void BCDeviceView::onValueListReady( BCDevice::ID deviceID, BCValueList valueLis
|
||||
openPersistentEditor(index);
|
||||
}
|
||||
}
|
||||
*/
|
||||
} // if id
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user