diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-07-01 15:49:27 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-07-01 15:49:27 +0000 |
| commit | d4bb0061a64b7af4eb66df503af362b97c566975 (patch) | |
| tree | f95b8ed90a45805e07ee26d24fb3ef7e45565067 /src/qmmpui/playlistmodel.h | |
| parent | 88f4334cc3a64bf602e4c16c92c1a230e53af986 (diff) | |
| download | qmmp-d4bb0061a64b7af4eb66df503af362b97c566975.tar.gz qmmp-d4bb0061a64b7af4eb66df503af362b97c566975.tar.bz2 qmmp-d4bb0061a64b7af4eb66df503af362b97c566975.zip | |
fixed queue update bug
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3529 90c681e8-e032-0410-971d-27865f9a5e38
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 */ |
