diff options
Diffstat (limited to 'playerwidget.h')
-rw-r--r-- | playerwidget.h | 1 |
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); |