diff options
Diffstat (limited to 'playerwidget.h')
-rw-r--r-- | playerwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playerwidget.h b/playerwidget.h index 07d8c26..22098d8 100644 --- a/playerwidget.h +++ b/playerwidget.h @@ -68,6 +68,7 @@ class PlayerWidget : public QWidget { void writeSettings(); void aboutDlg(); void gotoAlbum(); + void setCollectionIndex(int collectionIndex, bool isWebradio); signals: void viewModeChanged(const QString &viewMode); @@ -86,7 +87,6 @@ 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 playUrl(const QModelIndex &idx); void advance(int numSongs); void adjustVolume(int by); |