diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-18 17:23:43 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-18 17:23:43 +0200 |
commit | eaf4929e142102715e114683db6b3a379624aa76 (patch) | |
tree | ee99120b59e453cebad952ccf4b0302b31190e63 /components/accounts/qml/AccountWizardPage.qml | |
parent | c7fe1d5ea43e7b47bc21eade4914623be935219b (diff) | |
download | kube-eaf4929e142102715e114683db6b3a379624aa76.tar.gz kube-eaf4929e142102715e114683db6b3a379624aa76.zip |
Cleanup
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() { |