Fix QML Connections-using code for Qt 5.12

This commit is contained in:
miruka
2020-09-16 08:21:51 -04:00
parent 82fc447a73
commit 60a57db33e
14 changed files with 22 additions and 34 deletions

View File

@@ -215,8 +215,7 @@ HListView {
Connections {
target: pageLoader
function onPreviousShown(componentUrl, properties) {
onPreviousShown: (componentUrl, properties) => {
if (setCorrectCurrentItem() === false) startCorrectItemSearch()
}
}