summaryrefslogtreecommitdiffstats
path: root/gui/pages/ModFolderPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/pages/ModFolderPage.h')
-rw-r--r--gui/pages/ModFolderPage.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gui/pages/ModFolderPage.h b/gui/pages/ModFolderPage.h
index c193f4c1..13ae97f5 100644
--- a/gui/pages/ModFolderPage.h
+++ b/gui/pages/ModFolderPage.h
@@ -61,3 +61,13 @@ private slots:
void on_rmModBtn_clicked();
void on_viewModBtn_clicked();
};
+
+class CoreModFolderPage : public ModFolderPage
+{
+public:
+ explicit CoreModFolderPage(BaseInstance *inst, std::shared_ptr<ModList> mods, QString id,
+ QString iconName, QString displayName, QString helpPage = "",
+ QWidget *parent = 0);
+ virtual ~CoreModFolderPage(){};
+ virtual bool shouldDisplay();
+};