aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/qmmpui/playlistmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h
index 31eb36e58..20f29977b 100644
--- a/src/qmmpui/playlistmodel.h
+++ b/src/qmmpui/playlistmodel.h
@@ -360,7 +360,7 @@ public slots:
*/
void insert(int index, PlayListTrack *track);
/*!
- * Inserts \b track after playlist item \b before.
+ * Inserts \b track before playlist item \b before.
*/
void insert(PlayListItem *before, PlayListTrack *track);
/*!