Add news checking system and news toolbar

This commit is contained in:
Forkk
2014-01-02 13:25:38 -06:00
parent 9d8006b597
commit 4495e20cd7
5 changed files with 87 additions and 11 deletions

View File

@ -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;