Skip to content

Commit aa48b06

Browse files
committed
reduce UserItem class 72 to 64 bytes using align for 64-bit platforms
1 parent 5f14752 commit aa48b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

liblightdm-qt/usersmodel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ class UserItem
2929
QString session;
3030
bool isLoggedIn;
3131
bool hasMessages;
32+
bool isLocked;
3233
quint64 uid;
3334
QString displayName() const;
34-
bool isLocked;
3535
};
3636

3737
QString UserItem::displayName() const {

0 commit comments

Comments
 (0)