fix some deprecations
This commit is contained in:
parent
1137b5a754
commit
a8244cde67
3 changed files with 7 additions and 2 deletions
|
|
@ -60,6 +60,11 @@ Rectangle {
|
|||
cache: false
|
||||
sourceSize.width: 44
|
||||
sourceSize.height: 44
|
||||
onStatusChanged: {
|
||||
if (status === Image.Error) {
|
||||
avatarImage.visible = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
maskSource: Rectangle {
|
||||
width: 44
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue