diff options
Diffstat (limited to 'components/accounts/qml/AccountWizardPage.qml')
-rw-r--r-- | components/accounts/qml/AccountWizardPage.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/accounts/qml/AccountWizardPage.qml b/components/accounts/qml/AccountWizardPage.qml index 66fae82a..44bd5b38 100644 --- a/components/accounts/qml/AccountWizardPage.qml +++ b/components/accounts/qml/AccountWizardPage.qml | |||
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | import QtQuick 2.7 | 20 | import QtQuick 2.7 |
21 | import QtQuick.Layouts 1.1 | 21 | import QtQuick.Layouts 1.1 |
22 | import QtQuick.Controls 2.0 as Controls2 | 22 | import QtQuick.Controls 2 |
23 | import org.kube.framework 1.0 as Kube | 23 | import org.kube.framework 1.0 as Kube |
24 | 24 | ||
25 | 25 | ||
@@ -28,7 +28,7 @@ FocusScope { | |||
28 | property string accountType | 28 | property string accountType |
29 | signal done() | 29 | signal done() |
30 | 30 | ||
31 | property bool isFirstView: root.Controls2.StackView.index == 0 | 31 | property bool isFirstView: root.StackView.index == 0 |
32 | property bool requireSetup: false | 32 | property bool requireSetup: false |
33 | 33 | ||
34 | function save() { | 34 | function save() { |