diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-04-15 08:15:30 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-04-15 08:15:30 +0000 |
| commit | fb04803cc2865030f8913f2e85221ff25b93ecf8 (patch) | |
| tree | 591b3ef84b89eafd22b854f9b2b64788e77766a6 /src/plugins/Ui/skinned/playlist.cpp | |
| parent | 9cde07e978a6945c31ec577aaec780e83a3384df (diff) | |
| download | qmmp-fb04803cc2865030f8913f2e85221ff25b93ecf8.tar.gz qmmp-fb04803cc2865030f8913f2e85221ff25b93ecf8.tar.bz2 qmmp-fb04803cc2865030f8913f2e85221ff25b93ecf8.zip | |
some api changes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7905 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/playlist.cpp')
| -rw-r--r-- | src/plugins/Ui/skinned/playlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Ui/skinned/playlist.cpp b/src/plugins/Ui/skinned/playlist.cpp index ab79cc254..13f9819f0 100644 --- a/src/plugins/Ui/skinned/playlist.cpp +++ b/src/plugins/Ui/skinned/playlist.cpp @@ -577,7 +577,7 @@ void PlayList::setTime(qint64 time) if (SoundCore::instance()) { QString str_length = formatTime (m_pl_manager->currentPlayList()->totalLength()) + - "/" + formatTime (SoundCore::instance()->totalTime()/1000); + "/" + formatTime (SoundCore::instance()->duration()/1000); m_length_totalLength->display (str_length); m_length_totalLength->update(); } |
