Made 'syncFromDevice' work again.
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include <_mingw_mac.h>
|
||||
#include <bcdevicepanel.h>
|
||||
|
||||
BCDevicePanel::BCDevicePanel(QWidget *parent)
|
||||
@@ -83,11 +84,17 @@ QTableView* BCDevicePanel::getValueView()
|
||||
|
||||
}
|
||||
|
||||
const BCValueList& BCDevicePanel::getValueList()
|
||||
const BCValueList& BCDevicePanel::getValueListX()
|
||||
{
|
||||
return _valueModel.getValueList();
|
||||
}
|
||||
|
||||
BCValueModel& BCDevicePanel::getValueModel()
|
||||
{
|
||||
return _valueModel;
|
||||
}
|
||||
|
||||
// __FIX ist das ok so?
|
||||
void BCDevicePanel::onValueListReady( BCDevice::ID deviceID, BCValueList valueList )
|
||||
{
|
||||
qDebug() << " --- onValueListReady: " << getHeaderText() <<" : " << deviceID << ": " << valueList.size();
|
||||
@@ -95,6 +102,8 @@ void BCDevicePanel::onValueListReady( BCDevice::ID deviceID, BCValueList valueLi
|
||||
_valueModel.takeValueList( valueList );
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
QTableView* BCDevicePanel::setValueView()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user