summaryrefslogtreecommitdiffstats
path: root/playerwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'playerwidget.h')
-rw-r--r--playerwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/playerwidget.h b/playerwidget.h
index 84b2ba3..c4ca8ec 100644
--- a/playerwidget.h
+++ b/playerwidget.h
@@ -57,8 +57,7 @@ class PlayerWidget : public QWidget {
void randomPlay();
void playCurrent(const QModelIndex &index);
void printList();
- void searchMusicbrainzRight();
- void searchMusicbrainzLeft();
+ void searchMusicbrainz(const QModelIndex &idx);
void webDlDone();
void doMetadataChange(const QString &key, const QVariant &value);
void updateStreamData();
@@ -83,6 +82,7 @@ class PlayerWidget : public QWidget {
void modelChanged();
void setWinTitle(const QString &title);
void streamDataNeedsUpdate();
+ void currentPlayListChanged(const QModelIndex &cur);
private:
void setupGui(QSplashScreen *splash);