From 2fe45d334cccaa911cd52bb57a261f56e9e333ee Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 19 Sep 2011 15:49:06 +0000 Subject: changed playlist api git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2356 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistmodel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/qmmpui/playlistmodel.h') 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 getSelectedRows() const; + QList selectedRows() const; /*! * Returns list of \b PlayListItem pointers that are selected. */ - QList getSelectedItems() const; + QList selectedItems() const; /*! * Returns list of all \b PlayListItem pointers. */ -- cgit v1.2.3-13-gbd6f