summaryrefslogtreecommitdiffstats
path: root/gui/pages/NotesPage.cpp
diff options
context:
space:
mode:
authorJan Dalheimer <jan@dalheimer.de>2014-07-12 23:02:52 +0200
committerPetr Mrázek <peterix@gmail.com>2014-07-12 23:31:06 +0200
commit4c0dc51110603cbe0e98228c703e26402094a3cc (patch)
treeb056d601ba2494e046752e5c94e3049182293515 /gui/pages/NotesPage.cpp
parent5c4384235989b16d6931cc0cfa26dd192af68b96 (diff)
downloadMultiMC-4c0dc51110603cbe0e98228c703e26402094a3cc.tar
MultiMC-4c0dc51110603cbe0e98228c703e26402094a3cc.tar.gz
MultiMC-4c0dc51110603cbe0e98228c703e26402094a3cc.tar.lz
MultiMC-4c0dc51110603cbe0e98228c703e26402094a3cc.tar.xz
MultiMC-4c0dc51110603cbe0e98228c703e26402094a3cc.zip
Finish of the OtherLogs page, and (re)format page related files
Diffstat (limited to 'gui/pages/NotesPage.cpp')
-rw-r--r--gui/pages/NotesPage.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/gui/pages/NotesPage.cpp b/gui/pages/NotesPage.cpp
index d99014ff..a2558e3c 100644
--- a/gui/pages/NotesPage.cpp
+++ b/gui/pages/NotesPage.cpp
@@ -1,21 +1,6 @@
#include "NotesPage.h"
#include "ui_NotesPage.h"
-QString NotesPage::displayName() const
-{
- return tr("Notes");
-}
-
-QIcon NotesPage::icon() const
-{
- return QIcon::fromTheme("news");
-}
-
-QString NotesPage::id() const
-{
- return "notes";
-}
-
NotesPage::NotesPage(BaseInstance *inst, QWidget *parent)
: QWidget(parent), ui(new Ui::NotesPage), m_inst(inst)
{