diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-10-30 08:30:56 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-10-30 08:30:56 +0000 |
| commit | d844079fbfa0ae3453717292a74c576d21951d2c (patch) | |
| tree | b64b314defe2b704c2ff11d96148daeeae782311 /src/plugins/General | |
| parent | 1bd9047690a9977070f2da514e6e6c4c5534d2db (diff) | |
| download | qmmp-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')
| -rw-r--r-- | src/plugins/General/history/history.cpp | 2 |
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))); |
