rm DoubleDescriptor from code
Compare changes
- Mikhail Svechnikov authored
@@ -113,11 +113,10 @@ void MaterialInplaceForm::createWidgets()
@@ -113,11 +113,10 @@ void MaterialInplaceForm::createWidgets()
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