CMakePlugin: Make cmake build settings widget multi selectable

Fixes: QTCREATORBUG-22659
Change-Id: I5c2b88a30f35baa3a3f2b33e2722c4523a8abe44
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Asit Dhal
2020-07-09 04:05:44 +02:00
parent 1060bb7605
commit faa707e932
3 changed files with 64 additions and 11 deletions

View File

@@ -186,7 +186,7 @@ ConfigModel::DataItem ConfigModel::dataItemFromIndex(const QModelIndex &idx)
di.value = cmti->dataItem->currentValue();
di.description = cmti->dataItem->description;
di.values = cmti->dataItem->values;
di.isUnset = cmti->dataItem->isUnset;
return di;
}
return DataItem();