diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-06 11:49:19 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-06 11:49:19 +0000 |
| commit | 0400576a8c05ad71c7d3a8b0d411da970704643a (patch) | |
| tree | d661b5e2e664cd346ebb17b962d1bb9112433e2c /src/qmmpui/playlistmanager.h | |
| parent | 039a1be234e0da4c33d1b12602ff4c3f0c85cc23 (diff) | |
| download | qmmp-0400576a8c05ad71c7d3a8b0d411da970704643a.tar.gz qmmp-0400576a8c05ad71c7d3a8b0d411da970704643a.tar.bz2 qmmp-0400576a8c05ad71c7d3a8b0d411da970704643a.zip | |
fixed several playlist functions
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3570 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmanager.h')
| -rw-r--r-- | src/qmmpui/playlistmanager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qmmpui/playlistmanager.h b/src/qmmpui/playlistmanager.h index e74e817ee..3e9a41cab 100644 --- a/src/qmmpui/playlistmanager.h +++ b/src/qmmpui/playlistmanager.h @@ -205,11 +205,11 @@ public slots: /*! * This is a convenience function and is the same as calling \b selectedPlayList()->removeAt(i) */ - void removeAt (int i); + void removeTrack (int i); /*! * This is a convenience function and is the same as calling \b selectedPlayList()->removeItem(item) */ - void removeItem (PlayListTrack *item); + void removeTrack (PlayListTrack *item); /*! * This is a convenience function and is the same as calling \b selectedPlayList()->invertSelection() */ @@ -249,7 +249,7 @@ public slots: /*! * This is a convenience function and is the same as calling \b selectedPlayList()->clearInvalidItems() */ - void removeInvalidItems(); + void removeInvalidTracks(); /*! * This is a convenience function and is the same as calling \b selectedPlayList()->removeDuplicates() */ |
