diff options
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index b8a095a69..6b838f9c1 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -311,6 +311,10 @@ public slots: */ void removeAt (int i); /*! + * Removes item \b item from playlist + */ + void removeItem (PlayListItem *item); + /*! * Inverts selection (selects unselected items and unselects selected items) */ void invertSelection(); @@ -417,6 +421,10 @@ public slots: * "%g" - genre, "%f" - file name, "%F" - full path, "%y" - year) */ void setFormat(const QString &format); + /*! + * Removes invalid items from playlist + */ + void clearInvalidItems(); private: /*! |
