diff options
Diffstat (limited to 'Login.qml')
-rw-r--r-- | Login.qml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ import QtQuick 2.12 LoginForm { signal logIn(string name, string password) + signal search(string name) function pushProfile() { stackView.push("qrc:/pages/CreateProfile.qml") } |