summaryrefslogtreecommitdiff
path: root/Login.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Login.qml')
-rw-r--r--Login.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Login.qml b/Login.qml
index b79ec87..0220a23 100644
--- a/Login.qml
+++ b/Login.qml
@@ -2,7 +2,7 @@ import QtQuick 2.12
LoginForm {
signal logIn(string name, string password)
- function createProfile() {
+ function pushProfile() {
stackView.push("qrc:/pages/CreateProfile.qml")
}