From 664d78f03b2ae95368c70ca8a45cc746a1612ccd Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 5 Aug 2013 13:14:32 +0000 Subject: fixed some regressions git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3567 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistmodel.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/qmmpui/playlistmodel.h') diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 9689e505b..f0929d196 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -142,6 +142,10 @@ public: * Returns \b true if success, otherwise returns \b false */ bool setCurrent(PlayListTrack *item); + + + bool isTrack(int index) const; + /*! * Returns \b true if item with \b index is selected, otherwise returns \b false */ -- cgit v1.2.3-13-gbd6f