UserImage: unused param pubKey removed

This commit is contained in:
Michał Cieślak 2024-11-06 23:49:41 +01:00 committed by Michał
parent e95202ab61
commit 8fac4bf5de
7 changed files with 0 additions and 7 deletions

View File

@ -205,7 +205,6 @@ Rectangle {
imageHeight: 32
name: model.name
pubkey: model.publicKey
colorHash: model.colorHash
colorId: model.colorId
image: model.icon

View File

@ -76,7 +76,6 @@ CalloutCard {
imageHeight: imageWidth
ensVerified: root.userData.ensVerified
name: root.userData.name
pubkey: root.userData.publicKey
image: root.userData.image
colorId: Utils.colorIdForPubkey(root.userData.publicKey)
colorHash: Utils.getColorHashAsJson(root.userData.publicKey)

View File

@ -120,7 +120,6 @@ Item {
objectName: "ProfileHeader_userImage"
name: root.displayName
pubkey: root.pubkey
colorHash: root.colorHash
colorId: root.colorId
image: root.previewIcon

View File

@ -15,7 +15,6 @@ Loader {
property int imageWidth: 44
property string name
property string pubkey
property string image
property bool showRing: !ensVerified && !root.isBridgedAccount
property bool interactive: true

View File

@ -47,7 +47,6 @@ StatusDialog {
UserImage {
name: root.mainDisplayName
pubkey: root.publicKey
colorHash: contactDetails.colorHash
colorId: contactDetails.colorId
image: Utils.addTimestampToURL(contactDetails.largeImage)

View File

@ -227,7 +227,6 @@ Pane {
objectName: "ProfileDialog_userImage"
name: root.dirty ? root.dirtyValues.displayName
: d.mainDisplayName
pubkey: root.publicKey
image: root.dirty ? root.dirtyValues.profileLargeImage
: Utils.addTimestampToURL(contactDetails.largeImage)
colorId: contactDetails.colorId

View File

@ -61,7 +61,6 @@ StatusDialog {
anchors.centerIn: parent
name: root.displayName
pubkey: root.publicKey
image: root.largeImage
colorId: root.colorId