Add user entity

This commit is contained in:
Andrew nuark G 2020-12-15 17:07:03 +07:00
parent 4f1b0346c6
commit 8f71fb50a3
3 changed files with 54 additions and 0 deletions

View file

@ -15,6 +15,7 @@ SOURCES += \
entities/cargo_entity.cpp \
entities/dpoint_entity.cpp \
entities/storage_entity.cpp \
entities/user_entity.cpp \
entities/vessel_entity.cpp \
main.cpp \
storageeditdialog.cpp \
@ -28,6 +29,7 @@ HEADERS += \
entities/cargo_entity.h \
entities/dpoint_entity.h \
entities/storage_entity.h \
entities/user_entity.h \
entities/vessel_entity.h \
storageeditdialog.h \
usereditdialog.h \