diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-02-09 20:20:26 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-02-09 20:20:26 +0000 |
| commit | e60f6f8e6726e229342a06ff874f6d52c22105b3 (patch) | |
| tree | 6c3602441bf858dc02621905b752948bdfe8bc24 /src/qmmpui | |
| parent | 39afd93e8652261a6e1d2fe627764eaf18f5affb (diff) | |
| download | qmmp-e60f6f8e6726e229342a06ff874f6d52c22105b3.tar.gz qmmp-e60f6f8e6726e229342a06ff874f6d52c22105b3.tar.bz2 qmmp-e60f6f8e6726e229342a06ff874f6d52c22105b3.zip | |
fixed api documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2042 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 3e4c1219d..fcfefca83 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -300,7 +300,7 @@ signals: void currentChanged(); /*! * Emitted when new item has added. - * @param name New playlist item pointer. + * @param item New playlist item pointer. */ void itemAdded(PlayListItem *item); /*! |
