From da0d54137d91c36f24bf1e1a76f11f7d8a393a0c Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 5 Apr 2021 20:58:34 +0000 Subject: update groups after playlist updating git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9798 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistmodel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qmmpui/playlistmodel.h') diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 9c3ad3431..2703e4171 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -589,8 +589,8 @@ private slots: void updateMetaData(const QStringList &paths); private: - PlayListTrack* m_current_track = nullptr; - PlayListTrack* m_stop_track = nullptr; + PlayListTrack *m_current_track = nullptr; + PlayListTrack *m_stop_track = nullptr; int m_current = 0; SimpleSelection m_selection; /*!< This flyweight object represents current selection. */ QQueue m_queued_songs; /*!< Songs in play queue. */ -- cgit v1.2.3-13-gbd6f