~ubuntu-branches/ubuntu/vivid/clementine/vivid-proposed

« back to all changes in this revision

Viewing changes to src/library/librarymodel.h

  • Committer: Package Import Robot
  • Author(s): Thomas Pierson
  • Date: 2014-07-12 22:07:28 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140712220728-5p88h4szhjx1rfrd
Tags: 1.2.3+dfsg-1
* New upstream release. (Closes: #742163, #724615, #722471)
* Update debian/watch file.
* Bump Standards-Version to 3.9.5.
* Bump debian/copyright standard version to 1.0.
* Fix a misspelling issue in debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include "playlist/playlistmanager.h"
33
33
#include "smartplaylists/generator_fwd.h"
34
34
 
35
 
#include <boost/scoped_ptr.hpp>
36
 
 
37
35
class Application;
38
36
class AlbumCoverLoader;
39
37
class LibraryDirectoryModel;