Added missing trigger for button press
This commit is contained in:
@@ -52,6 +52,8 @@ Item {
|
|||||||
icon.source: searchBarRootItem.icon
|
icon.source: searchBarRootItem.icon
|
||||||
icon.width: 16
|
icon.width: 16
|
||||||
icon.height: 16
|
icon.height: 16
|
||||||
|
|
||||||
|
onTriggered: () => searchBarRootItem.searchTerm = searchEdit.text
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user