Skip to content

GUI: make data storing in DataItemBundleWidget more explicit

Mikhail Svechnikov requested to merge i362b into main

After fixing #362 (closed) here is a simplification of DataItemBundleWidget class.

Now it stores IntensityDataItem* and vector of SpecularDataItem* without any type conversions but does some nullptr checks.

Edited by Mikhail Svechnikov

Merge request reports