summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAl <26797547+Al12rs@users.noreply.github.com>2020-11-28 06:32:09 -0800
committerGitHub <noreply@github.com>2020-11-28 06:32:09 -0800
commit2c115e48cc42f89250bbca7e2b5b75d5dcad8695 (patch)
treebff3fc474a4527331c99ddb981f88c49cb7fd286 /src/mainwindow.h
parentdffec4fd9dfa6860a62b4c59fe75c03006a37146 (diff)
parentef1188811633e8c1403f960c9196de92d0a81020 (diff)
Merge pull request #1301 from ModOrganizer2/iplugingame-saves
IPluginGame::listSaves
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index e2805b25..da7bb6ee 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;
@@ -344,6 +345,7 @@ private:
std::unique_ptr<BrowserDialog> m_IntegratedBrowser;
+ QTimer m_SavesWatcherTimer;
QFileSystemWatcher m_SavesWatcher;
QByteArray m_ArchiveListHash;