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 imageHeight: 32
name: model.name name: model.name
pubkey: model.publicKey
colorHash: model.colorHash colorHash: model.colorHash
colorId: model.colorId colorId: model.colorId
image: model.icon image: model.icon

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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