aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/qmmpui/playlistmodel.h9
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;
/*!