From 5c4384235989b16d6931cc0cfa26dd192af68b96 Mon Sep 17 00:00:00 2001 From: Jan Dalheimer Date: Sat, 12 Jul 2014 17:58:23 +0200 Subject: Add a new page that can show all sorts of logs --- gui/pages/LogPage.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gui/pages/LogPage.h') diff --git a/gui/pages/LogPage.h b/gui/pages/LogPage.h index 933e518b..72ca09ec 100644 --- a/gui/pages/LogPage.h +++ b/gui/pages/LogPage.h @@ -36,12 +36,12 @@ class LogPage : public QWidget, public BasePage public: explicit LogPage(MinecraftProcess *proc, QWidget *parent = 0); virtual ~LogPage(); - virtual QString displayName() override; - virtual QIcon icon() override; - virtual QString id() override; + virtual QString displayName() const override; + virtual QIcon icon() const override; + virtual QString id() const override; virtual bool apply(); - virtual QString helpPage() override { return "Minecraft-Log"; }; - virtual bool shouldDisplay(); + virtual QString helpPage() const override { return "Minecraft-Log"; } + virtual bool shouldDisplay() const; private: /** -- cgit v1.2.3