diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-14 18:48:41 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-14 18:48:41 +0000 |
| commit | 2a93c2cf305eef4f0409a2dbc28d9ecc20f918c7 (patch) | |
| tree | 4f6b23470af7ea08377b7ed4d84622c9ab7f9f67 /src/qmmpui/playlistmodel.h | |
| parent | 9809a41a006e60191dbd227043b647cde0d037c4 (diff) | |
| download | qmmp-2a93c2cf305eef4f0409a2dbc28d9ecc20f918c7.tar.gz qmmp-2a93c2cf305eef4f0409a2dbc28d9ecc20f918c7.tar.bz2 qmmp-2a93c2cf305eef4f0409a2dbc28d9ecc20f918c7.zip | |
fixed api documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3603 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 9acb6fe35..e7804e31e 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -107,15 +107,16 @@ public: * Returns number of items. */ int count() const; - + /*! + * Returns number of tracks. + */ int trackCount() const; - /*! - * Returns the current item. + * Returns the current track. */ PlayListTrack* currentTrack() const; /*! - * Returns the next playing item or 0 if next item is unknown. + * Returns the next playing track or 0 if next track is unknown. */ PlayListTrack* nextTrack() const; /*! |
