diff options
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. */ |
