From 17cadbfb95e9211e8685aed3466d4c22df732e92 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 30 Jun 2019 15:09:14 +0000 Subject: replaced deprecated code git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8976 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/history/history.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/General/history/history.h') diff --git a/src/plugins/General/history/history.h b/src/plugins/General/history/history.h index 1b0ff2163..74b46bb43 100644 --- a/src/plugins/General/history/history.h +++ b/src/plugins/General/history/history.h @@ -22,7 +22,7 @@ #define HISTORY_H #include -#include +#include #include #include #include @@ -50,7 +50,7 @@ private: SoundCore *m_core; TrackInfo m_trackInfo; - QTime m_time; + QElapsedTimer m_time; Qmmp::State m_previousState; quint64 m_elapsed; QPointer m_historyWindow; -- cgit v1.2.3-13-gbd6f