diff options
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 fe5da58f6..55de460af 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -332,6 +332,8 @@ public: * Return null pointer if playlist does not contain track with index \b track_index. */ PlayListTrack *findTrack(int track_index) const; + + QList<PlayListItem *> findTracks(const QString &str) const; /*! * Enum of the playlist update flags. */ |
