diff options
Diffstat (limited to 'pages/CreateProfileForm.ui.qml')
-rw-r--r-- | pages/CreateProfileForm.ui.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/CreateProfileForm.ui.qml b/pages/CreateProfileForm.ui.qml index 8c03251..2da2083 100644 --- a/pages/CreateProfileForm.ui.qml +++ b/pages/CreateProfileForm.ui.qml @@ -7,9 +7,10 @@ Rectangle { id: rectangle color: "#fff" - property alias enterFullName: enterFullName property alias backButton: backButton property alias skipButton: skipButton + property alias emailAddressLabel: emailAddressLabel + property alias enterFullName: enterFullName ToolBar { id: toolbar |