Added & configured actions.
This commit is contained in:
@@ -49,21 +49,19 @@ void BCValueModel::addValue(const BCDataValue& val)
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
void BCValueModel::setValueList(BCValueList* valueList)
|
||||
const BCValueList& BCValueModel::getValueList()
|
||||
{
|
||||
return _valueList;
|
||||
}
|
||||
|
||||
|
||||
void BCValueModel::setValueList(const BCValueList& valueList)
|
||||
{
|
||||
beginResetModel();
|
||||
_valueList = valueList;
|
||||
endResetModel();
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
BCValueList& BCValueModel::getValueList()
|
||||
{
|
||||
return _valueList;
|
||||
}
|
||||
*/
|
||||
|
||||
int BCValueModel::rowCount(const QModelIndex& parent) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user