added savegame viewer
This commit is contained in:
parent
69494fc100
commit
c126840e4c
10 changed files with 304 additions and 25 deletions
|
@ -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 +=
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue