From df712d5aa5332fc38df1b2ceca18ccbaca7d8bff Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 26 Jun 2010 15:44:34 +0000 Subject: fixed api documentation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1790 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistmodel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 5c9556fe8..21faba1e1 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -390,11 +390,11 @@ public slots: */ void sort(int mode); /*! - * Adds selected items to play queue. + * Adds/removes first selected item to/from playback queue. */ void addToQueue(); /*! - * Sets \b f media file to queue. + * Adds/removes media file \b f to/from playback queue. */ void setQueued(PlayListItem* f); /*! -- cgit v1.2.3-13-gbd6f