diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-01-16 14:21:46 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-01-16 14:21:46 +0000 |
| commit | 87f088c76f029859fdbfa54e95bb074b41391fdd (patch) | |
| tree | c662291529b8cae1eb056b40ecb06464a9390bab /src/qmmpui/playlistmodel.h | |
| parent | c20f469b2021f070cbf5cf5a73ce430ddcd2fbd0 (diff) | |
| download | qmmp-87f088c76f029859fdbfa54e95bb074b41391fdd.tar.gz qmmp-87f088c76f029859fdbfa54e95bb074b41391fdd.tar.bz2 qmmp-87f088c76f029859fdbfa54e95bb074b41391fdd.zip | |
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
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<PlayListTrack *> &tracks); + void insert(int index, const QByteArray &json); /*! * Inserts \b tracks after item \b before in the playlist. */ |
