diff options
Diffstat (limited to 'playerwidget.h')
-rw-r--r-- | playerwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playerwidget.h b/playerwidget.h index e2ac24d..5f9210c 100644 --- a/playerwidget.h +++ b/playerwidget.h @@ -47,6 +47,7 @@ class PlayerWidget : public QWidget { void setDuration(qint64 dur); void slide(int value); void continuePlaying(QMediaPlayer::State state); + void expand(); private: void setupGui(); @@ -59,6 +60,7 @@ class PlayerWidget : public QWidget { void addSong(const QModelIndex &idx); void play(const QString &fullPath); void advance(int numSongs); + void expandRecursive(const QModelIndex &idx); QLineEdit *mSearch; QMediaPlayer *mPlayer; BeetView *mView; |