summaryrefslogtreecommitdiff
path: root/examples/quickcontrols/controls/uiforms/qml/History.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/controls/uiforms/qml/History.qml')
-rw-r--r--examples/quickcontrols/controls/uiforms/qml/History.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols/controls/uiforms/qml/History.qml b/examples/quickcontrols/controls/uiforms/qml/History.qml
index be7a5808..031f35be 100644
--- a/examples/quickcontrols/controls/uiforms/qml/History.qml
+++ b/examples/quickcontrols/controls/uiforms/qml/History.qml
@@ -79,7 +79,7 @@ HistoryForm {
Connections {
target: CustomerModel.selection
- onSelectionChanged: form.readData()
+ function onSelectionChanged() { form.readData() }
}
Component.onCompleted: readData()