From ae16fa17daef6113d0dca053f083ab41f329d8f5 Mon Sep 17 00:00:00 2001 From: vovanec Date: Sun, 24 Jun 2007 17:15:50 +0000 Subject: added fix for selection git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@16 90c681e8-e032-0410-971d-27865f9a5e38 --- src/playlistmodel.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/playlistmodel.h') diff --git a/src/playlistmodel.h b/src/playlistmodel.h index 8b520f7c0..10285ba30 100644 --- a/src/playlistmodel.h +++ b/src/playlistmodel.h @@ -279,6 +279,12 @@ private: * Is someone of file loaders is running? */ bool isFileLoaderRunning()const; + + /*! + * Removes items from model. If \b inverted is \b false - + * selected items will be removed, else - unselected. + */ + void removeSelection(bool inverted = false); private: QList m_files; -- cgit v1.2.3-13-gbd6f