diff options
| author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-24 22:26:07 +0700 |
|---|---|---|
| committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-24 22:26:07 +0700 |
| commit | 35fe3c15f3b8a562d866f40389a5a8124501636a (patch) | |
| tree | de458de864a3c1f025c4c9dbde927d249ebf4294 /LoginEmail.qml | |
| parent | a570ecafaa7e1481778a35015776b6de6102da83 (diff) | |
| parent | f1251b08ee37f44998d5a20e7bfcce5e9c9e1cb5 (diff) | |
Merge branch 'master' of ssh://darapsa.co.id/usr/local/git/kelakon into development
* 'master' of ssh://darapsa.co.id/usr/local/git/kelakon:
All forms and icons are moved to Larva
Update qrtclient
Reuse path
Diffstat (limited to 'LoginEmail.qml')
| -rw-r--r-- | LoginEmail.qml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/LoginEmail.qml b/LoginEmail.qml index d699e19..67d45f4 100644 --- a/LoginEmail.qml +++ b/LoginEmail.qml @@ -8,11 +8,8 @@ LoginEmailForm { continueButton.enabled = !continueButton.enabled } - continueButton { - icon.source: "assets/arrow-forward-24px.svg" - onClicked: { + continueButton.onClicked: { User.name = emailTextField.text contentView.push("LoginPassword.qml") } - } } |