diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-07-03 17:41:39 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-07-03 17:41:39 +0000 |
| commit | 640d330c2491dd038cd2092313be8f6e0b252ede (patch) | |
| tree | c8b1880e281aefb2c877d30ef10d7969f15fb66b /src/qmmpui/playlistmodel.h | |
| parent | 9548b51896fd67e633605a10e52ef605741b98e7 (diff) | |
| download | qmmp-640d330c2491dd038cd2092313be8f6e0b252ede.tar.gz qmmp-640d330c2491dd038cd2092313be8f6e0b252ede.tar.bz2 qmmp-640d330c2491dd038cd2092313be8f6e0b252ede.zip | |
changed playlist model api
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3536 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 394c41e2c..a4760b93e 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -174,18 +174,6 @@ public: */ bool previous(); /*! - * Returns a list of the formated titles. - * @param first First item. - * @param last Last item. - */ - QStringList getTitles(int first,int last); - /*! - * Returns a list of the formatted durations. - * @param first First item. - * @param last Last item. - */ - QStringList getTimes(int first,int last); - /*! * Returns a list of the items, starting at position \b pos * \param pos First item position. * \param count A number of items. If \b count is -1 (the default), all items from pos are returned. |
