From 431cfbc60a255891e521c67509c84b97f08605f6 Mon Sep 17 00:00:00 2001 From: Forkk Date: Thu, 2 Jan 2014 14:37:56 -0600 Subject: 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. --- gui/MainWindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui/MainWindow.h') diff --git a/gui/MainWindow.h b/gui/MainWindow.h index f5b25006..d2435ef2 100644 --- a/gui/MainWindow.h +++ b/gui/MainWindow.h @@ -87,6 +87,8 @@ slots: void on_actionMoreNews_triggered(); + void newsButtonClicked(); + void on_mainToolBar_visibilityChanged(bool); // void on_instanceView_customContextMenuRequested(const QPoint &pos); -- cgit v1.2.3