From 3810b6fb810d298728d2195d0c8e7c98cbf540bc Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 22 Aug 2017 19:03:22 +0000 Subject: quick search implementation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7387 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistmodel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/qmmpui/playlistmodel.h') diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 37fe5497d..1ad03d613 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -214,6 +214,9 @@ public: * @param selected Selection state (\b true - select, \b false - unselect). */ void setSelected(int first, int last, bool selected = true); + + + void setSelected(QList indexes, bool selected = true); /*! * Advances to the next item. Returns \b false if next iten doesn't exist, * otherwise returns \b true -- cgit v1.2.3-13-gbd6f