diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-04-29 11:11:54 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-04-29 11:11:54 +0000 |
| commit | b44d843f24cd7c2f8dd4cd76b5385507dc7b02b8 (patch) | |
| tree | d8a1d0b7ebaa52c70bc570d75f5e48517c5ceba2 /src/qmmpui/playlistitem.h | |
| parent | ba0f4e2d0e07d46229335e4b06a6c14d252a9bcd (diff) | |
| download | qmmp-b44d843f24cd7c2f8dd4cd76b5385507dc7b02b8.tar.gz qmmp-b44d843f24cd7c2f8dd4cd76b5385507dc7b02b8.tar.bz2 qmmp-b44d843f24cd7c2f8dd4cd76b5385507dc7b02b8.zip | |
fixed api documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4270 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistitem.h')
| -rw-r--r-- | src/qmmpui/playlistitem.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qmmpui/playlistitem.h b/src/qmmpui/playlistitem.h index 8708b9d69..5739db5be 100644 --- a/src/qmmpui/playlistitem.h +++ b/src/qmmpui/playlistitem.h @@ -31,7 +31,6 @@ class PlayListItem { public: - /*! * Constructs an empty plalist item. */ @@ -57,7 +56,9 @@ public: * Returns formatted length of the item. */ virtual const QString formattedLength() = 0; - + /*! + * Returns \b true if the \b PlayListItem is group separator. Otherwise returns \b false. + */ virtual bool isGroup() const = 0; private: |
