diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-09-19 15:49:06 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-09-19 15:49:06 +0000 |
| commit | 2fe45d334cccaa911cd52bb57a261f56e9e333ee (patch) | |
| tree | 73dea6b865b653c9690d7fac3402aa67347d2608 /src/qmmpui/playlistmodel.h | |
| parent | ffe8b952265b5d0ae3a56d3959326b3c02ccc7b1 (diff) | |
| download | qmmp-2fe45d334cccaa911cd52bb57a261f56e9e333ee.tar.gz qmmp-2fe45d334cccaa911cd52bb57a261f56e9e333ee.tar.bz2 qmmp-2fe45d334cccaa911cd52bb57a261f56e9e333ee.zip | |
changed playlist api
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2356 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index fcfefca83..190a0c78a 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -183,7 +183,7 @@ public: */ QStringList getTitles(int first,int last); /*! - * Returns a list of the formated durations. + * Returns a list of the formatted durations. * @param first First item. * @param last Last item. */ @@ -224,11 +224,11 @@ public: /*! * Returns list with selected rows indexes. */ - QList<int> getSelectedRows() const; + QList<int> selectedRows() const; /*! * Returns list of \b PlayListItem pointers that are selected. */ - QList<PlayListItem*> getSelectedItems() const; + QList<PlayListItem*> selectedItems() const; /*! * Returns list of all \b PlayListItem pointers. */ |
