rm DoubleDescriptor from code
Compare changes
@@ -90,7 +90,7 @@ void DetectorAlignmentEditor::addVector(QFormLayout* parentLayout, VectorPropert
The rest of DoubleDescriptor
interfaces are replaced to DoubleProperty
.
DoubleDescriptor
is completely removed.
Steps of Descriptor
refactoring:
set()
and get()
of DoubleDescriptor
Descriptor
functionality to Property
Property
instead of Descriptor
Descriptor
from codeProperty
Property
macro definitions like DOUBLE_PROPERTY(intensity, Intensity)
by explicit member with setter and getterThis MR does (1,3,4) for DoubleDescriptor