diff options
| author | Arno <arno@disconnect.de> | 2017-02-27 13:37:50 +0100 |
|---|---|---|
| committer | Arno <arno@disconnect.de> | 2017-02-27 13:37:50 +0100 |
| commit | 078d126c87e3f8fb811dce8a0dfb1fb2fcf83d93 (patch) | |
| tree | 9c0129db3bb3fcf2170f36936be782663f456f65 /playerwidget.h | |
| parent | d9e6d8d752000676cf5ea9489f044db78ef12b69 (diff) | |
| download | BeetPlayer-078d126c87e3f8fb811dce8a0dfb1fb2fcf83d93.tar.gz BeetPlayer-078d126c87e3f8fb811dce8a0dfb1fb2fcf83d93.tar.bz2 BeetPlayer-078d126c87e3f8fb811dce8a0dfb1fb2fcf83d93.zip | |
Show info when playing file
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 668e965..103f219 100644 --- a/playerwidget.h +++ b/playerwidget.h @@ -70,6 +70,7 @@ class PlayerWidget : public QWidget { QToolBar *mToolBar; QAction *mPlayA; QAction *mStopA; + qint64 mDurSecs; }; #endif // PLAYERWIDGET_H |
