diff options
author | Arno <arno@disconnect.de> | 2017-07-06 05:28:26 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2017-07-06 05:28:26 +0200 |
commit | f9771c52ff6b350c29db70216b79bb4f60081763 (patch) | |
tree | ca97c030c1b033674994acfc53ed669cc321a7b3 /playerwidget.h | |
parent | aa3883a4c39f4422bb3fb795b117266a39d820af (diff) | |
download | BeetPlayer-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.h | 1 |
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); |