Delivery point editor done

This commit is contained in:
Andrew nuark G 2020-12-23 04:26:18 +07:00
parent a6c080d36b
commit 3e196f3574
22 changed files with 379 additions and 74 deletions

View file

@ -55,5 +55,6 @@ QVariant DeliveryPointsViewModel::data(const QModelIndex &index, int role) const
}
void DeliveryPointsViewModel::update() {
dataChanged(QModelIndex(), QModelIndex());
this->beginResetModel();
this->endResetModel();
}