Skip to content

Commit a6b0144

Browse files
committed
Add missing object names
1 parent 8e8aff2 commit a6b0144

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/qml/bulk-operations/BulkOperationsDialog.qml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,9 @@ Dialog {
358358

359359
Button {
360360
id: actionButton
361+
objectName: "rdm_bulk_operations_dialog_action_button"
362+
363+
361364
onClicked: {
362365
if (!validate()) {
363366
return;

src/qml/value-editor/ValueTabs.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ Repeater {
479479
}
480480

481481
Button {
482+
objectName: "rdb_add_row_dialog_add_button"
482483
text: qsTranslate("RDM","Add")
483484

484485
onClicked: {

0 commit comments

Comments
 (0)