Rename users.getUser to users.find
This commit is contained in:
@@ -6,7 +6,7 @@ Column {
|
||||
id: accountDelegate
|
||||
width: parent.width
|
||||
|
||||
property var userInfo: users.getUser(model.userId)
|
||||
property var userInfo: users.find(model.userId)
|
||||
|
||||
property bool expanded: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user