summaryrefslogtreecommitdiffstats
path: root/playerwidget.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2017-08-26 08:04:07 +0200
committerArno <arno@disconnect.de>2017-08-26 08:04:07 +0200
commite38a221858d932aab81e04c5a95188a3e705ed12 (patch)
tree8c65edc749e8434d42a03345e2c5328fb483ce8e /playerwidget.h
parent1285456abe4be9a22dc42498a1d0a1a43a0a00be (diff)
downloadBeetPlayer-e38a221858d932aab81e04c5a95188a3e705ed12.tar.gz
BeetPlayer-e38a221858d932aab81e04c5a95188a3e705ed12.tar.bz2
BeetPlayer-e38a221858d932aab81e04c5a95188a3e705ed12.zip
Play the doubleClicked url
Shit, it worked on the first attempt!
Diffstat (limited to 'playerwidget.h')
-rw-r--r--playerwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/playerwidget.h b/playerwidget.h
index 2087311..2fb218a 100644
--- a/playerwidget.h
+++ b/playerwidget.h
@@ -107,6 +107,7 @@ class PlayerWidget : public QWidget {
void recurse(const QModelIndex &parent);
void addSong(const QModelIndex &idx);
void play(const QString &fullPath);
+ void playUrl(const QString &url);
void advance(int numSongs);
void expandRecursive(const QModelIndex &idx);
void adjustVolume(int by);