diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-01-13 17:38:52 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-01-13 17:38:52 +0000 |
| commit | 9783fa786d3c7b0da869bd09747483ea149b6e91 (patch) | |
| tree | 6b76966022d2c26b47d7e803337f476520f5ee61 /src/qmmpui/playlistmodel.h | |
| parent | 261ba82130d9c624a3212ff0a6059bb97a4c2b51 (diff) | |
| download | qmmp-9783fa786d3c7b0da869bd09747483ea149b6e91.tar.gz qmmp-9783fa786d3c7b0da869bd09747483ea149b6e91.tar.bz2 qmmp-9783fa786d3c7b0da869bd09747483ea149b6e91.zip | |
added file loader optimization
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4691 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 20f29977b..71debbe93 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -367,6 +367,8 @@ public slots: * Inserts \b tracks at index position \b index in the playlist. */ void insert(int index, QList <PlayListTrack *> tracks); + + void insert(PlayListItem *before, QList <PlayListTrack *> tracks); /*! * Inserts file or directory at index position \b index in the playlist. * @param path Full path of file or directory. |
