diff options
author | Arno <arno@disconnect.de> | 2017-08-27 05:18:10 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2017-08-27 05:18:10 +0200 |
commit | 49b0c2087a2be79f6f3cbdf68ea7030a965d1c7f (patch) | |
tree | 8f52bdd805303c58c66374befe13ae215b35a7ab /playerwidget.h | |
parent | eeacdeb92f4b125fc77a44318c162b5f49f1478c (diff) | |
download | BeetPlayer-49b0c2087a2be79f6f3cbdf68ea7030a965d1c7f.tar.gz BeetPlayer-49b0c2087a2be79f6f3cbdf68ea7030a965d1c7f.tar.bz2 BeetPlayer-49b0c2087a2be79f6f3cbdf68ea7030a965d1c7f.zip |
Elide title in current song
Elide the string instead of resizing the layout.
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; |