summaryrefslogtreecommitdiffstats
path: root/playerwidget.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2017-07-06 05:28:26 +0200
committerArno <arno@disconnect.de>2017-07-06 05:28:26 +0200
commitf9771c52ff6b350c29db70216b79bb4f60081763 (patch)
treeca97c030c1b033674994acfc53ed669cc321a7b3 /playerwidget.h
parentaa3883a4c39f4422bb3fb795b117266a39d820af (diff)
downloadBeetPlayer-f9771c52ff6b350c29db70216b79bb4f60081763.tar.gz
BeetPlayer-f9771c52ff6b350c29db70216b79bb4f60081763.tar.bz2
BeetPlayer-f9771c52ff6b350c29db70216b79bb4f60081763.zip
Add context menu entry for MusicBrainz
Also add a dummy slot that does nothing yet.
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 3f41b49..ad58ea4 100644
--- a/playerwidget.h
+++ b/playerwidget.h
@@ -65,6 +65,7 @@ class PlayerWidget : public QWidget {
void randomPlay();
void playCurrent(const QModelIndex &index);
void printList();
+ void searchMusicbrainz();
void mute(bool triggered);
void volumeChanged(int volume);