summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-11-18 19:22:05 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2020-11-18 19:22:05 +0100
commite39de4dd2ab6c19c6b9557f99117f7ffc9ed1cc1 (patch)
treece2328253ae603f39cfe995e844b3672341a88d6 /src/mainwindow.h
parentddba54382aab3cb5548485d14c85e2611272f3cb (diff)
Update following addition of IPluginGame::listSaves().
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index e2805b25..da916d2a 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -334,6 +334,7 @@ private:
QTime m_StartTime;
//SaveGameInfoWidget *m_CurrentSaveView;
+ std::vector<std::shared_ptr<const MOBase::ISaveGame>> m_SaveGames;
MOBase::ISaveGameInfoWidget *m_CurrentSaveView;
OrganizerCore &m_OrganizerCore;