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 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); |