summaryrefslogtreecommitdiff
path: root/liblightdm-qt/QLightDM
diff options
context:
space:
mode:
authorMichael Terry <michael.terry@canonical.com>2013-03-08 17:00:21 -0500
committerMichael Terry <michael.terry@canonical.com>2013-03-08 17:00:21 -0500
commit6a758c676e6f93cff312c41fb1283554f335bc6b (patch)
tree803ce9cd754cf35cf242a8f3238bf0a1b2279af6 /liblightdm-qt/QLightDM
parentff8d80017c859c7a6255f9ec24da40fd0ffed1e2 (diff)
downloadlightdm-git-6a758c676e6f93cff312c41fb1283554f335bc6b.tar.gz
whoops, put the new enum at the back of the pack
Diffstat (limited to 'liblightdm-qt/QLightDM')
-rw-r--r--liblightdm-qt/QLightDM/usersmodel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/liblightdm-qt/QLightDM/usersmodel.h b/liblightdm-qt/QLightDM/usersmodel.h
index 03e8b306..659a8df6 100644
--- a/liblightdm-qt/QLightDM/usersmodel.h
+++ b/liblightdm-qt/QLightDM/usersmodel.h
@@ -31,10 +31,10 @@ public:
RealNameRole,
LoggedInRole,
BackgroundRole,
- BackgroundPathRole,
SessionRole,
HasMessagesRole,
- ImagePathRole
+ ImagePathRole,
+ BackgroundPathRole
};
int rowCount(const QModelIndex &parent) const;