From e8731c5d013e67ee0153d5a49b38b0e914d14aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 28 Jun 2014 17:07:08 +0200 Subject: Turn screenshot management into a page. --- logic/LegacyInstance.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'logic/LegacyInstance.cpp') diff --git a/logic/LegacyInstance.cpp b/logic/LegacyInstance.cpp index 4b856b0d..dd6c0719 100644 --- a/logic/LegacyInstance.cpp +++ b/logic/LegacyInstance.cpp @@ -34,6 +34,7 @@ #include #include #include +#include LegacyInstance::LegacyInstance(const QString &rootDir, SettingsObject *settings, QObject *parent) @@ -57,6 +58,7 @@ QList LegacyInstance::getPages() "Core-mods")); values.append(new TexturePackPage(this)); values.append(new NotesPage(this)); + values.append(new ScreenshotsPage(this)); values.append(new InstanceSettingsPage(&settings())); return values; } -- cgit v1.2.3