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 2c95344..52f2785 100644 --- a/playerwidget.h +++ b/playerwidget.h @@ -116,6 +116,7 @@ class PlayerWidget : public QWidget { void expandRecursive(const QModelIndex &idx); void adjustVolume(int by); void fillWithText(QTextEdit *te, const TagLib::FileRef &fr); + void setNowPlaying(const QString &what); QLineEdit *mSearch; QLineEdit *mDir; QMediaPlayer *mPlayer; |