aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-05-12 13:38:21 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-05-12 13:38:21 +0000
commit15b4a3b3a52b91802e96ffa98578ec7d8c004660 (patch)
tree9b0a5fd8a76a6692b6f0f71479b0b06c4d705489 /src
parent094d73d19080cf42d566f4939aafb5f01ca45bea (diff)
downloadqmmp-15b4a3b3a52b91802e96ffa98578ec7d8c004660.tar.gz
qmmp-15b4a3b3a52b91802e96ffa98578ec7d8c004660.tar.bz2
qmmp-15b4a3b3a52b91802e96ffa98578ec7d8c004660.zip
updated api documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8872 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
-rw-r--r--src/qmmpui/playlistmodel.h10
1 files changed, 8 insertions, 2 deletions
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<PlayListItem *> &items);
+ /*!
+ * Removes tracks \b tracks from playlist.
+ */
void removeTracks(const QList<PlayListTrack *> &tracks);
/*!
* Inverts selection (selects unselected items and unselects selected items)