From fb04803cc2865030f8913f2e85221ff25b93ecf8 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 15 Apr 2018 08:15:30 +0000 Subject: some api changes git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7905 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Ui/skinned/playlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Ui/skinned/playlist.cpp') 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(); } -- cgit v1.2.3-13-gbd6f