From 3c37f74539cf870d563c44b92fc82852b5c46012 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 26 Oct 2017 18:45:08 +0000 Subject: fixed memory leaks and other errors git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7649 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlisttrack.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qmmpui/playlisttrack.cpp') diff --git a/src/qmmpui/playlisttrack.cpp b/src/qmmpui/playlisttrack.cpp index b13a91131..c9c838622 100644 --- a/src/qmmpui/playlisttrack.cpp +++ b/src/qmmpui/playlisttrack.cpp @@ -81,6 +81,7 @@ PlayListTrack &PlayListTrack::operator=(const PlayListTrack &other) setSelected(other.isSelected()); m_length = other.m_length; m_formattedLength = other.m_formattedLength; + return *this; } void PlayListTrack::updateMetaData(const QMap &metaData) -- cgit v1.2.3-13-gbd6f