Fix QML Connections-using code for Qt 5.12
This commit is contained in:
@@ -215,8 +215,7 @@ HListView {
|
||||
|
||||
Connections {
|
||||
target: pageLoader
|
||||
|
||||
function onPreviousShown(componentUrl, properties) {
|
||||
onPreviousShown: (componentUrl, properties) => {
|
||||
if (setCorrectCurrentItem() === false) startCorrectItemSearch()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user