Fix warning
This commit is contained in:
@@ -130,6 +130,6 @@ FormCard.FormCardPage {
|
|||||||
|
|
||||||
property OpenFileDialog openFileDialog: OpenFileDialog {
|
property OpenFileDialog openFileDialog: OpenFileDialog {
|
||||||
id: openFileDialog
|
id: openFileDialog
|
||||||
onChosen: securityKeyField.text = Controller.loadFileContent(path)
|
onChosen: path => securityKeyField.text = Controller.loadFileContent(path)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user