diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-27 13:24:37 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-27 13:24:37 +0000 |
| commit | 43bf74b188eec00b88435e68567da94e14cb3f5e (patch) | |
| tree | 0dc6771035e00e41e9452a4930b64269c0f3bd47 /src/qmmpui/playlistmodel.h | |
| parent | a6b00949afe5faa080aeca1a17ad598a629fe493 (diff) | |
| download | qmmp-43bf74b188eec00b88435e68567da94e14cb3f5e.tar.gz qmmp-43bf74b188eec00b88435e68567da94e14cb3f5e.tar.bz2 qmmp-43bf74b188eec00b88435e68567da94e14cb3f5e.zip | |
added 'remove invalid files' action'
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1084 90c681e8-e032-0410-971d-27865f9a5e38
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: /*! |
