Open external links in default browser

Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Sergey Starosek 2013-12-05 14:02:25 +02:00 committed by Dirk Hohndel
parent fe713d37f4
commit 09a8a85bab
2 changed files with 10 additions and 0 deletions

View file

@ -9,6 +9,7 @@
#include <QMainWindow>
#include <QAction>
#include <QUrl>
#include "ui_mainwindow.h"
@ -102,6 +103,7 @@ private slots:
void initialUiSetup();
void on_actionImportCSV_triggered();
void linkClickedSlot(QUrl url);
protected:
void closeEvent(QCloseEvent *);