From d4bb0061a64b7af4eb66df503af362b97c566975 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 1 Jul 2013 15:49:27 +0000 Subject: fixed queue update bug git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3529 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 fd3a9b8a4..783a44dfb 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -407,9 +407,9 @@ public slots: */ void addToQueue(); /*! - * Adds/removes media file \b f to/from playback queue. + * Adds/removes item \b f to/from playback queue. */ - void setQueued(PlayListItem* f); + void setQueued(PlayListItem* item); /*! * Removes invalid items from playlist */ -- cgit v1.2.3-13-gbd6f