~ubuntu-branches/ubuntu/karmic/digikam/karmic-backports

« back to all changes in this revision

Viewing changes to libs/models/albummodel.h

  • Committer: Bazaar Package Importer
  • Author(s): Ubuntu Archive Auto-Backport
  • Date: 2009-12-07 19:03:53 UTC
  • mfrom: (54.1.4 lucid)
  • Revision ID: james.westby@ubuntu.com-20091207190353-oara3lenjxymto3i
Tags: 2:1.0.0~rc-1ubuntu1~karmic1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
public:
37
37
 
38
38
    /// Create a model containing all physical albums
39
 
    AlbumModel(RootAlbumBehavior rootBehavior = IncludeRootAlbum, QObject *parent = 0);
 
39
    explicit AlbumModel(RootAlbumBehavior rootBehavior = IncludeRootAlbum, QObject *parent = 0);
40
40
 
41
41
    PAlbum *albumForIndex(const QModelIndex& index) const;
42
42
 
53
53
public:
54
54
 
55
55
    /// Create a model containing all tags
56
 
    TagModel(RootAlbumBehavior rootBehavior = IncludeRootAlbum, QObject *parent = 0);
 
56
    explicit TagModel(RootAlbumBehavior rootBehavior = IncludeRootAlbum, QObject *parent = 0);
57
57
 
58
58
    TAlbum *albumForIndex(const QModelIndex& index) const;
59
59