~agateau/lightdm/lightdm-defaults

« back to all changes in this revision

Viewing changes to liblightdm-qt/QLightDM/usersmodel.h

  • Committer: Robert Ancell
  • Date: 2011-12-12 04:08:35 UTC
  • mfrom: (1327.1.2 lightdm)
  • Revision ID: robert.ancell@canonical.com-20111212040835-xxqg1mw89cmc3jsw
Merge with master

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
    enum UserModelRoles {NameRole = Qt::UserRole,
32
32
                         RealNameRole,
33
 
                         LoggedInRole};
 
33
                         LoggedInRole,
 
34
                         BackgroundRole};
34
35
 
35
36
    int rowCount(const QModelIndex &parent) const;
36
37
    QVariant data(const QModelIndex &index, int role) const;