diff options
author | Arno <arno@disconnect.de> | 2018-02-17 22:20:28 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-02-17 23:04:05 +0100 |
commit | 3d3c693f05f79d31250c55579236f8b7b9c62a14 (patch) | |
tree | 7db28c3989507e5ee970a6b808437b71091767de /playerwidget.h | |
parent | 70545ab47b7ae61fb4358a6fc6f33e9c423ceea5 (diff) | |
download | BeetPlayer-3d3c693f05f79d31250c55579236f8b7b9c62a14.tar.gz BeetPlayer-3d3c693f05f79d31250c55579236f8b7b9c62a14.tar.bz2 BeetPlayer-3d3c693f05f79d31250c55579236f8b7b9c62a14.zip |
Re-Add Expand and Collapse Actions..
but only if the first child of the root item has children
Diffstat (limited to 'playerwidget.h')
-rw-r--r-- | playerwidget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/playerwidget.h b/playerwidget.h index 60e0df9..84b2ba3 100644 --- a/playerwidget.h +++ b/playerwidget.h @@ -70,7 +70,6 @@ class PlayerWidget : public QWidget { void setPosition(qint64 pos); void slide(int value); void continuePlaying(QMediaPlayer::MediaStatus state); - void expand(); void readSettings(); void writeSettings(); void aboutDlg(); @@ -93,7 +92,6 @@ class PlayerWidget : public QWidget { void play(const QString &fullPath); void playUrl(const QString &url); void advance(int numSongs); - void expandRecursive(const QModelIndex &idx); void adjustVolume(int by); void fillWithText(QTextEdit *te, const TagLib::FileRef &fr); void setNowPlaying(const QString &what); |