~ubuntu-branches/debian/sid/audex/sid

« back to all changes in this revision

Viewing changes to utils/playlist.h

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2009-07-06 13:07:28 UTC
  • mfrom: (1.1.3 upstream) (4.1.2 karmic)
  • Revision ID: james.westby@ubuntu.com-20090706130728-f2amvae9s252dms3
Tags: 0.71b3-1
* New upstream release.
* Bumped standards version to 3.8.2 

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  Playlist(const QStringList& filenames, CDDAModel *model);
34
34
  ~Playlist();
35
35
 
36
 
  QStringList asM3U(bool absolutePath = FALSE) const;
 
36
  QStringList asM3U(bool absolutePath = FALSE, bool merge = FALSE) const;
37
37
  QStringList asPLS(bool absolutePath = FALSE) const;
38
38
  QStringList asXSPF() const;
39
39