aboutsummaryrefslogtreecommitdiff
path: root/player.h
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-02-01 00:50:48 -0500
committerAndrew Lee <alee14498@protonmail.com>2021-02-01 00:50:48 -0500
commitf22b64f2670ac45ac4c9b7c0c760bf5752086ede (patch)
treea22e04cc1116cd77a9e6c5faeddc4701e0d3562a /player.h
parent1cbb7aa6e651b49e92ef7aaa188e6698ff14635c (diff)
downloaderable-godot-aap.tar.gz
erable-godot-aap.tar.bz2
erable-godot-aap.zip
final commit for qtaap
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;