summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r--qt-ui/mainwindow.h2
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 *);