~ari-tczew/ubuntu/natty/clementine/lp-747113

« back to all changes in this revision

Viewing changes to src/playlist/songplaylistitem.h

  • Committer: Artur Rona
  • Date: 2011-04-04 20:05:33 UTC
  • Revision ID: ari-tczew@ubuntu.com-20110404200533-6aclzasj5pp8t1hq
* New upstream release. (LP: #747113)
* Drop all patches, have been applied upstream.
* Update debian/copyright.
* Refresh description in debian/control in order to avoid lintian error.
* Bump debhelper to 8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
  SongPlaylistItem(const QString& type);
27
27
  SongPlaylistItem(const Song& song);
28
28
 
 
29
  // Restores a stream- or file-related playlist item using query row.
 
30
  // If it's a file related playlist item, this will restore it's CUE
 
31
  // attributes (if any) but won't parse the CUE!
29
32
  bool InitFromQuery(const SqlRow& query);
30
33
  void Reload();
31
34