DesignTokens: Update bindings on property value change

Fixes: QDS-15125
Change-Id: I2492951f7b184b05e65374062219087040fb9bf3
Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
This commit is contained in:
Vikas Pachdha
2025-04-03 14:44:16 +02:00
parent ec7cd3051a
commit 204d55901c

View File

@@ -253,6 +253,7 @@ bool CollectionModel::setData(const QModelIndex &index, const QVariant &value, i
updateCache();
emit dataChanged(index, index);
updateBoundValues();
result = true;
}
}