diff options
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 4 |
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); /*! |
