GUI: serialization refactoring part 7
Compare changes
Files
2- Mikhail Svechnikov authored
+ 35
− 2
@@ -14,6 +14,7 @@
@@ -38,8 +39,40 @@ std::unique_ptr<IBackground> ConstantBackgroundItem::createBackground() const
The the rest of classes have got readFrom
and writeTo
methods.
Serialization of instruments is done.
The rest of work is to remove all usages and mentions of serialization
.