diff options
author | Forkk <forkk@forkk.net> | 2014-01-02 13:25:38 -0600 |
---|---|---|
committer | Forkk <forkk@forkk.net> | 2014-01-02 13:25:38 -0600 |
commit | 4495e20cd7f7f2ab062f3b60f19ac4b79f32c350 (patch) | |
tree | f5bbc9d40ea49fcfd52e3d310c7c1e0ce4c8c6a2 /gui/MainWindow.h | |
parent | 9d8006b597aead06f1d51dacbdb346ebab3d5e8f (diff) | |
download | PrismLauncher-4495e20cd7f7f2ab062f3b60f19ac4b79f32c350.tar.gz PrismLauncher-4495e20cd7f7f2ab062f3b60f19ac4b79f32c350.tar.bz2 PrismLauncher-4495e20cd7f7f2ab062f3b60f19ac4b79f32c350.zip |
Add news checking system and news toolbar
Diffstat (limited to 'gui/MainWindow.h')
-rw-r--r-- | gui/MainWindow.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gui/MainWindow.h b/gui/MainWindow.h index befe93e6..60fde281 100644 --- a/gui/MainWindow.h +++ b/gui/MainWindow.h @@ -84,7 +84,7 @@ slots: void on_actionReportBug_triggered(); - void on_actionNews_triggered(); + void on_actionMoreNews_triggered(); void on_mainToolBar_visibilityChanged(bool); @@ -162,6 +162,8 @@ slots: void changeActiveAccount(); void repopulateAccountsMenu(); + + void updateNewsLabel(); /*! * Runs the DownloadUpdateTask and installs updates. @@ -181,6 +183,7 @@ private: ConsoleWindow *console; LabeledToolButton *renameButton; QToolButton *changeIconButton; + QToolButton* newsLabel; BaseInstance *m_selectedInstance; |