diff options
Diffstat (limited to 'src/qmmpui/playlisttrack.cpp')
| -rw-r--r-- | src/qmmpui/playlisttrack.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <Qmmp::MetaData, QString> &metaData) |
