aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/history/history.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2020-10-29 20:34:56 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2020-10-29 20:34:56 +0000
commit84722d9eebb9fa44776d53d5eada66eb8c1916ab (patch)
tree5c28574a76ec51f05bbe324a718df20f08a8f3ff /src/plugins/General/history/history.cpp
parenteb05b493c49bac7101b778fba0235ec58daf068d (diff)
downloadqmmp-84722d9eebb9fa44776d53d5eada66eb8c1916ab.tar.gz
qmmp-84722d9eebb9fa44776d53d5eada66eb8c1916ab.tar.bz2
qmmp-84722d9eebb9fa44776d53d5eada66eb8c1916ab.zip
history: coding style fixes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9540 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/history/history.cpp')
-rw-r--r--src/plugins/General/history/history.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/General/history/history.cpp b/src/plugins/General/history/history.cpp
index 2afe21c7d..0f0c4249f 100644
--- a/src/plugins/General/history/history.cpp
+++ b/src/plugins/General/history/history.cpp
@@ -31,9 +31,7 @@
History::History(QObject *parent) : QObject(parent)
{
- m_core = SoundCore::instance();
m_previousState = Qmmp::Stopped;
- m_elapsed = 0;
connect(m_core, SIGNAL(trackInfoChanged()), SLOT(onTrackInfoChanged()));
connect(m_core, SIGNAL(stateChanged(Qmmp::State)), SLOT(onStateChanged(Qmmp::State)));