Added TYPE_ROLES when casting item values into JSON.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user