aboutsummaryrefslogtreecommitdiff
path: root/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'player.h')
-rw-r--r--player.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/player.h b/player.h
index a95ff16..c629503 100644
--- a/player.h
+++ b/player.h
@@ -23,6 +23,7 @@
#include <QDebug>
#include <QFileDialog>
#include <QMessageBox>
+#include <QDesktopServices>
#include <taglib/fileref.h>
QT_BEGIN_NAMESPACE
@@ -65,6 +66,8 @@ private slots:
void on_durationChanged(qint64 position);
+ void on_actionBugReport_triggered();
+
private:
Ui::Player *ui;
QStringListModel *model;