Skip to content
Snippets Groups Projects

rm DoubleDescriptor from code

Merged Mikhail Svechnikov requested to merge from_DoubleDescriptor_7 into main
@@ -90,7 +90,7 @@ void DetectorAlignmentEditor::addVector(QFormLayout* parentLayout, VectorPropert
{
auto* layout = new QHBoxLayout;
const auto add = [&](DoubleProperty& d) {
const auto add = [this, layout](DoubleProperty& d) {
layout->addWidget(new QLabel(GUI::Util::labelWithUnit(d) + ":"));
layout->addWidget(createSpinBox(d));
};
Loading