From 5f38dbb7dd3c25755427b103ae389ccc619b6c42 Mon Sep 17 00:00:00 2001 From: mmbyday Date: Sun, 28 Apr 2019 23:43:34 -0700 Subject: [PATCH] wizard: fix non-existent property backTransition --- wizard/WizardController.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml index a317e544..f4728ac2 100644 --- a/wizard/WizardController.qml +++ b/wizard/WizardController.qml @@ -287,6 +287,7 @@ Rectangle { StackView { id: stackView + property bool backTransition: false initialItem: wizardStateView.wizardLanguageView anchors.fill: parent clip: true