summaryrefslogtreecommitdiffstats
path: root/components/accounts/qml/AccountWizardPage.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-18 17:23:43 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-18 17:23:43 +0200
commiteaf4929e142102715e114683db6b3a379624aa76 (patch)
treeee99120b59e453cebad952ccf4b0302b31190e63 /components/accounts/qml/AccountWizardPage.qml
parentc7fe1d5ea43e7b47bc21eade4914623be935219b (diff)
downloadkube-eaf4929e142102715e114683db6b3a379624aa76.tar.gz
kube-eaf4929e142102715e114683db6b3a379624aa76.zip
Cleanup
Diffstat (limited to 'components/accounts/qml/AccountWizardPage.qml')
-rw-r--r--components/accounts/qml/AccountWizardPage.qml4
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
20import QtQuick 2.7 20import QtQuick 2.7
21import QtQuick.Layouts 1.1 21import QtQuick.Layouts 1.1
22import QtQuick.Controls 2.0 as Controls2 22import QtQuick.Controls 2
23import org.kube.framework 1.0 as Kube 23import 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() {