added savegame viewer

This commit is contained in:
Rafael 2016-03-23 02:08:16 +01:00
parent 69494fc100
commit c126840e4c
10 changed files with 304 additions and 25 deletions

View file

@ -31,7 +31,8 @@ SOURCES += main.cpp\
ProfileDatabase.cpp \
DatabaseThread.cpp \
CrewDatabase.cpp \
SavegameData.cpp
SavegameData.cpp \
SavegameDialog.cpp
HEADERS += \
SnapmaticPicture.h \
@ -39,10 +40,12 @@ HEADERS += \
ProfileDatabase.h \
DatabaseThread.h \
CrewDatabase.h \
SavegameData.h
SavegameData.h \
SavegameDialog.h
FORMS += \
PictureDialog.ui
PictureDialog.ui \
SavegameDialog.ui
RESOURCES +=