Add storage entity

This commit is contained in:
Andrew nuark G 2020-12-15 16:49:48 +07:00
parent b1333c74a5
commit d00ec79847
3 changed files with 51 additions and 0 deletions

View file

@ -14,6 +14,7 @@ SOURCES += \
deliverypointeditdialog.cpp \
entities/cargo_entity.cpp \
entities/dpoint_entity.cpp \
entities/storage_entity.cpp \
main.cpp \
storageeditdialog.cpp \
usereditdialog.cpp \
@ -25,6 +26,7 @@ HEADERS += \
deliverypointeditdialog.h \
entities/cargo_entity.h \
entities/dpoint_entity.h \
entities/storage_entity.h \
storageeditdialog.h \
usereditdialog.h \
vesseleditdialog.h