Test(Community) Object names for invite people menu item added (#12151)

This commit is contained in:
Vladimir Druzhinin 2023-09-13 15:22:33 +02:00 committed by GitHub
parent 181c785aa9
commit c422adc15e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 0 deletions

View File

@ -121,6 +121,7 @@ Rectangle {
StatusAction {
text: qsTr("Invite People")
icon.name: "share-ios"
objectName: "invitePeople"
}
StatusAction {

View File

@ -402,6 +402,7 @@ Column {
StatusAction {
text: qsTr("Invite People")
icon.name: "share-ios"
objectName: "invitePeople"
}
StatusAction {

View File

@ -166,6 +166,7 @@ StatusSectionLayout {
StatusAction {
text: "Invite people"
icon.name: "share-ios"
objectName: "invitePeople"
}
}
@ -270,6 +271,7 @@ StatusSectionLayout {
StatusAction {
text: "Invite people"
icon.name: "share-ios"
objectName: "invitePeople"
}
}
}

View File

@ -35,6 +35,7 @@ GridLayout {
StatusAction {
text: "Invite people"
icon.name: "share-ios"
objectName: "invitePeople"
}
}
}