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