Removed old classes

This commit is contained in:
Andrew nuark G 2020-12-15 16:17:38 +07:00
parent a03a0293ef
commit bd1b1dfdb5
11 changed files with 2 additions and 163 deletions

View file

@ -11,29 +11,19 @@ CONFIG += c++11
SOURCES += \
authwindow.cpp \
cargoeditdialog.cpp \
cargoentity.cpp \
deliverypointeditdialog.cpp \
deliverypointentity.cpp \
main.cpp \
storageeditdialog.cpp \
storageentity.cpp \
usereditdialog.cpp \
userentity.cpp \
vesseleditdialog.cpp \
vesselentity.cpp
vesseleditdialog.cpp
HEADERS += \
authwindow.h \
cargoeditdialog.h \
cargoentity.h \
deliverypointeditdialog.h \
deliverypointentity.h \
storageeditdialog.h \
storageentity.h \
usereditdialog.h \
userentity.h \
vesseleditdialog.h \
vesselentity.h
vesseleditdialog.h
FORMS += \
authwindow.ui \