From 84722d9eebb9fa44776d53d5eada66eb8c1916ab Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 29 Oct 2020 20:34:56 +0000 Subject: history: coding style fixes git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9540 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 91c86004a..6075b8f17 100644 --- a/src/plugins/General/history/history.h +++ b/src/plugins/General/history/history.h @@ -51,8 +51,8 @@ private: SoundCore *m_core; TrackInfo m_trackInfo; QElapsedTimer m_time; - Qmmp::State m_previousState; - quint64 m_elapsed; + Qmmp::State m_previousState = Qmmp::Stopped; + quint64 m_elapsed = 0; QPointer m_historyWindow; }; -- cgit v1.2.3-13-gbd6f