From 15b4a3b3a52b91802e96ffa98578ec7d8c004660 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 12 May 2019 13:38:21 +0000 Subject: updated api documentation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8872 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistmodel.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index f5fc6e9c6..1178a433b 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -461,14 +461,20 @@ public slots: */ void removeUnselected(); /*! - * Removes items with \b i index. + * Removes track with \b i index. */ void removeTrack(int i); /*! - * Removes item \b item from playlist + * Removes track \b track from playlist. */ void removeTrack(PlayListItem *track); + /*! + * Removes tracks \b items from playlist. + */ void removeTracks(const QList &items); + /*! + * Removes tracks \b tracks from playlist. + */ void removeTracks(const QList &tracks); /*! * Inverts selection (selects unselected items and unselects selected items) -- cgit v1.2.3-13-gbd6f