aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/history/history.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2020-10-30 08:30:56 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2020-10-30 08:30:56 +0000
commitd844079fbfa0ae3453717292a74c576d21951d2c (patch)
treeb64b314defe2b704c2ff11d96148daeeae782311 /src/plugins/General/history/history.cpp
parent1bd9047690a9977070f2da514e6e6c4c5534d2db (diff)
downloadqmmp-d844079fbfa0ae3453717292a74c576d21951d2c.tar.gz
qmmp-d844079fbfa0ae3453717292a74c576d21951d2c.tar.bz2
qmmp-d844079fbfa0ae3453717292a74c576d21951d2c.zip
history: fixed regression
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9542 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, 1 insertions, 1 deletions
diff --git a/src/plugins/General/history/history.cpp b/src/plugins/General/history/history.cpp
index 0f0c4249f..858e751c0 100644
--- a/src/plugins/General/history/history.cpp
+++ b/src/plugins/General/history/history.cpp
@@ -31,7 +31,7 @@
History::History(QObject *parent) : QObject(parent)
{
- m_previousState = Qmmp::Stopped;
+ m_core = SoundCore::instance();
connect(m_core, SIGNAL(trackInfoChanged()), SLOT(onTrackInfoChanged()));
connect(m_core, SIGNAL(stateChanged(Qmmp::State)), SLOT(onStateChanged(Qmmp::State)));