Added TYPE_ROLES when casting item values into JSON.

This commit is contained in:
2026-05-04 12:44:16 +02:00
parent 507754985c
commit e61bafc4dc
2 changed files with 3 additions and 2 deletions

View File

@ -164,7 +164,6 @@ void GenericCore::onLoginSuccessful() {
void GenericCore::onBiddingsChanged(const QList<bidding> biddings) {
qInfo() << "onBiddingsChanged: biddings:" << biddings.count();
// NEXT merge biddings into model
m_mainModel->updateBiddings(biddings);
}