aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-06-26 15:44:34 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-06-26 15:44:34 +0000
commitdf712d5aa5332fc38df1b2ceca18ccbaca7d8bff (patch)
treefee98b78cd7fc73047d7fac25d2907d49b41115c
parent10e0e185e305c16c4b19c735c018ccdf4c17ac83 (diff)
downloadqmmp-df712d5aa5332fc38df1b2ceca18ccbaca7d8bff.tar.gz
qmmp-df712d5aa5332fc38df1b2ceca18ccbaca7d8bff.tar.bz2
qmmp-df712d5aa5332fc38df1b2ceca18ccbaca7d8bff.zip
fixed api documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1790 90c681e8-e032-0410-971d-27865f9a5e38
-rw-r--r--src/qmmpui/playlistmodel.h4
1 files changed, 2 insertions, 2 deletions
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);
/*!