From c1f385ae6136ebb0f2d75f5cc83e97610de0fc63 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 12 Jan 2015 16:44:43 +0000 Subject: fixed api documentation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4688 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistmodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qmmpui') 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); /*! -- cgit v1.2.3-13-gbd6f