Implement the news button

Make the news button open the latest news post in the user's web
browser.

Also remove the webkit dependency. I was planning on using it to
display the news in a custom window, but we'll just use the user's
browser for now.
This commit is contained in:
Forkk
2014-01-02 14:37:56 -06:00
parent 17f1864a71
commit 431cfbc60a
3 changed files with 14 additions and 2 deletions

View File

@ -87,6 +87,8 @@ slots:
void on_actionMoreNews_triggered();
void newsButtonClicked();
void on_mainToolBar_visibilityChanged(bool);
// void on_instanceView_customContextMenuRequested(const QPoint &pos);