diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-08-01 12:27:37 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-08-01 12:27:37 +0000 |
| commit | 457e59e733055f9c5e9c468033cdb7310ea503e1 (patch) | |
| tree | 6d86cb5f9da03a5c0f68748ed26d36c697f2844b /src/qmmpui/playlistmodel.h | |
| parent | 88fcd14d3687d15752c1db308a81e7264745d56c (diff) | |
| download | qmmp-457e59e733055f9c5e9c468033cdb7310ea503e1.tar.gz qmmp-457e59e733055f9c5e9c468033cdb7310ea503e1.tar.bz2 qmmp-457e59e733055f9c5e9c468033cdb7310ea503e1.zip | |
fixed api documetation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5300 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -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 7e86a904f..549339b2e 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -323,7 +323,7 @@ public: signals: /*! * Emitted when the state of PlayListModel has changed. - * @param Playlist updated flags. See \b UpdateFlags enum for details. + * @param flags Playlist updated flags. See \b UpdateFlags enum for details. */ void listChanged(int flags); /*! |
