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 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 */ |
