aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/playlistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
-rw-r--r--src/qmmpui/playlistmodel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h
index 2703e4171..e0e5376d1 100644
--- a/src/qmmpui/playlistmodel.h
+++ b/src/qmmpui/playlistmodel.h
@@ -414,6 +414,10 @@ public slots:
* Inserts \b tracks at index position \b index in the playlist.
*/
void insert(int index, const QList<PlayListTrack *> &tracks);
+ /*!
+ * Inserts serialized content \b json at index position \b index in the playlist.
+ * May be useful for fast drag-and-drop.
+ */
void insert(int index, const QByteArray &json);
/*!
* Inserts \b tracks after item \b before in the playlist.