From 87f088c76f029859fdbfa54e95bb074b41391fdd Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 16 Jan 2021 14:21:46 +0000 Subject: library: using JSON for drag and drop data git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9635 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistmodel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qmmpui/playlistmodel.h') diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index bfc8bade6..2a9cb8f3d 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -414,6 +414,7 @@ public slots: * Inserts \b tracks at index position \b index in the playlist. */ void insert(int index, const QList &tracks); + void insert(int index, const QByteArray &json); /*! * Inserts \b tracks after item \b before in the playlist. */ -- cgit v1.2.3-13-gbd6f