Removed old classes
This commit is contained in:
parent
a03a0293ef
commit
bd1b1dfdb5
11 changed files with 2 additions and 163 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue