From a823ec7876e7953e4c73571d7e98544a3a1a9aaf Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 11 Jun 2009 19:48:41 +0000 Subject: clear queue with playlist git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@968 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistmodel.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/qmmpui/playlistmodel.cpp b/src/qmmpui/playlistmodel.cpp index ca11c6874..2e22cf479 100644 --- a/src/qmmpui/playlistmodel.cpp +++ b/src/qmmpui/playlistmodel.cpp @@ -193,6 +193,7 @@ void PlayListModel::clear() mf->setFlag(PlayListItem::SCHEDULED_FOR_DELETION); } } + m_queued_songs.clear(); m_total_length = 0; m_play_state->resetState(); -- cgit v1.2.3-13-gbd6f