diff options
Diffstat (limited to 'src/playlistmodel.h')
| -rw-r--r-- | src/playlistmodel.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 <MediaFile*> m_files; |
