From 2a93c2cf305eef4f0409a2dbc28d9ecc20f918c7 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 14 Aug 2013 18:48:41 +0000 Subject: fixed api documentation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3603 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistmodel.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src') 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; /*! -- cgit v1.2.3-13-gbd6f