diff options
Diffstat (limited to 'Login.qml')
-rw-r--r-- | Login.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") } |