diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-03-13 20:58:52 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-03-13 20:58:52 +0000 |
| commit | 683a9a9f7fabd23ed9caf7ab18cb90dacb51da2d (patch) | |
| tree | 1acb842d5cdc5e2c49ef18ebc5b353a390cf8cf9 /src/qmmpui/playlistitem.h | |
| parent | 1f0e403c9e83e6395230bf6e126742c3b41fe056 (diff) | |
| download | qmmp-683a9a9f7fabd23ed9caf7ab18cb90dacb51da2d.tar.gz qmmp-683a9a9f7fabd23ed9caf7ab18cb90dacb51da2d.tar.bz2 qmmp-683a9a9f7fabd23ed9caf7ab18cb90dacb51da2d.zip | |
SoundCore class documentation, fixed other documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@847 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistitem.h')
| -rw-r--r-- | src/qmmpui/playlistitem.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/qmmpui/playlistitem.h b/src/qmmpui/playlistitem.h index dd2898f64..5dc67d2df 100644 --- a/src/qmmpui/playlistitem.h +++ b/src/qmmpui/playlistitem.h @@ -64,8 +64,7 @@ public: */ void setSelected(bool select); /*! - * Return \b true if item is selected, otherwise \b false. - * @param yes State of current (\b true - set flag, \b false - unset flag) + * Return \b true if item is selected, otherwise returns \b false. */ bool isSelected() const; /*! @@ -73,7 +72,7 @@ public: */ void setCurrent(bool yes); /*! - * Returns \b true if the item is the current item; otherwise returns \b false. + * Returns \b true if the item is the current item; otherwise returns returns \b false. */ bool isCurrent() const; /*! |
