Add delivery point entity
This commit is contained in:
parent
ecd5d3ae4e
commit
b1333c74a5
3 changed files with 48 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ SOURCES += \
|
|||
cargoeditdialog.cpp \
|
||||
deliverypointeditdialog.cpp \
|
||||
entities/cargo_entity.cpp \
|
||||
entities/dpoint_entity.cpp \
|
||||
main.cpp \
|
||||
storageeditdialog.cpp \
|
||||
usereditdialog.cpp \
|
||||
|
|
@ -23,6 +24,7 @@ HEADERS += \
|
|||
cargoeditdialog.h \
|
||||
deliverypointeditdialog.h \
|
||||
entities/cargo_entity.h \
|
||||
entities/dpoint_entity.h \
|
||||
storageeditdialog.h \
|
||||
usereditdialog.h \
|
||||
vesseleditdialog.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue