Snapmatic useful length is now 260

This commit is contained in:
Rafael 2016-03-23 01:09:27 +01:00
parent 07affc2840
commit 69494fc100
4 changed files with 28 additions and 3 deletions

View file

@ -30,14 +30,16 @@ SOURCES += main.cpp\
PictureDialog.cpp \
ProfileDatabase.cpp \
DatabaseThread.cpp \
CrewDatabase.cpp
CrewDatabase.cpp \
SavegameData.cpp
HEADERS += \
SnapmaticPicture.h \
PictureDialog.h \
ProfileDatabase.h \
DatabaseThread.h \
CrewDatabase.h
CrewDatabase.h \
SavegameData.h
FORMS += \
PictureDialog.ui