summaryrefslogtreecommitdiffstats
path: root/gui/MainWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/MainWindow.h')
-rw-r--r--gui/MainWindow.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/gui/MainWindow.h b/gui/MainWindow.h
index d6b7b845..d2435ef2 100644
--- a/gui/MainWindow.h
+++ b/gui/MainWindow.h
@@ -85,7 +85,9 @@ slots:
void on_actionReportBug_triggered();
- void on_actionNews_triggered();
+ void on_actionMoreNews_triggered();
+
+ void newsButtonClicked();
void on_mainToolBar_visibilityChanged(bool);
@@ -166,6 +168,8 @@ slots:
void changeActiveAccount();
void repopulateAccountsMenu();
+
+ void updateNewsLabel();
/*!
* Runs the DownloadUpdateTask and installs updates.
@@ -185,6 +189,8 @@ private:
MinecraftProcess *proc;
ConsoleWindow *console;
LabeledToolButton *renameButton;
+ QToolButton *changeIconButton;
+ QToolButton* newsLabel;
BaseInstance *m_selectedInstance;
QString m_currentInstIcon;