diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-12-14 22:25:57 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-12-14 22:25:57 +0000 |
| commit | 967c2ae653b54bfc61c3854294f7b1cbff76809b (patch) | |
| tree | 748ec42040567af4b5c65e67d702736efae9f9b9 /src/organizer.pro | |
| parent | ba176e5e9b639ac0770192987833a3b40e71409a (diff) | |
Removes the SaveGame class from mainwindow. Using include what you use to add/remove #includes
Diffstat (limited to 'src/organizer.pro')
| -rw-r--r-- | src/organizer.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/organizer.pro b/src/organizer.pro index 1284aa40..eed4190d 100644 --- a/src/organizer.pro +++ b/src/organizer.pro @@ -109,7 +109,6 @@ HEADERS += \ selectiondialog.h \
savegameinfowidgetgamebryo.h \
savegameinfowidget.h \
- savegamegamebyro.h \
savegame.h \
queryoverwritedialog.h \
profilesdialog.h \
@@ -175,7 +174,8 @@ HEADERS += \ modinforegular.h \
modinfobackup.h \
modinfooverwrite.h \
- modinfoforeign.h
+ modinfoforeign.h \
+ savegamegamebryo.h
FORMS += \
transfersavesdialog.ui \
|
