Delivery point editor done
This commit is contained in:
parent
a6c080d36b
commit
3e196f3574
22 changed files with 379 additions and 74 deletions
|
|
@ -133,7 +133,7 @@ void st_test::dpoint_entity_serialization_test() {
|
|||
f.open(QIODevice::WriteOnly);
|
||||
stream.setDevice(&f);
|
||||
|
||||
ent1 = dpoint_entity("some_test_point");
|
||||
ent1 = dpoint_entity(0, "some_test_point");
|
||||
ent1.serialize(stream);
|
||||
|
||||
stream.setDevice(nullptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue