diff options
author | Sergey Starosek <sergey.starosek@gmail.com> | 2013-12-05 14:02:25 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-05 07:31:29 -0800 |
commit | 09a8a85bab620dd119a601e9cadbd0333385acbc (patch) | |
tree | 999d9508160472ed17c1b9322480d7d740ecd754 /qt-ui/mainwindow.h | |
parent | fe713d37f4439831ec32325a72590cdab7cde052 (diff) | |
download | subsurface-09a8a85bab620dd119a601e9cadbd0333385acbc.tar.gz |
Open external links in default browser
Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index c0d5f245b..d4e10e822 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -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 *); |