diff options
author | Arno <arno@disconnect.de> | 2017-10-15 07:30:00 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2017-10-15 07:30:00 +0200 |
commit | 7e1ebd90789ae1d9d9fdfc54988aad722667df4c (patch) | |
tree | a68ac9c286ac52a06765536cdce998580b85ba1a /playerwidget.h | |
parent | 24e36ccd5b97cc3b6e669b4c651d38b6c2f64906 (diff) | |
download | BeetPlayer-7e1ebd90789ae1d9d9fdfc54988aad722667df4c.tar.gz BeetPlayer-7e1ebd90789ae1d9d9fdfc54988aad722667df4c.tar.bz2 BeetPlayer-7e1ebd90789ae1d9d9fdfc54988aad722667df4c.zip |
Show URL and Description when selecting WebRadio
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 e5764e5..4fa8490 100644 --- a/playerwidget.h +++ b/playerwidget.h @@ -48,6 +48,7 @@ class PlayerWidget : public QWidget { void doModelChanged(); void viewDoubleClicked(const QModelIndex &idx); void rightCurrentChanged(const QModelIndex &cur, const QModelIndex &prev); + void leftCurrentChanged(const QModelIndex &cur, const QModelIndex &prev); void doPlay(); void doStop(); void doPause(); |