new mobile login: remove saveCredentials() from StartPage.qml
The local qml function saveCredentials() in StartPage are not used. Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
5f5d4ffbc9
commit
1468af3519
@ -10,8 +10,6 @@ Kirigami.ScrollablePage {
|
||||
id: startpage
|
||||
background: Rectangle { color: subsurfaceTheme.backgroundColor }
|
||||
|
||||
function saveCredentials() { cloudCredentials.saveCredentials() }
|
||||
|
||||
ColumnLayout {
|
||||
CloudCredentials {
|
||||
id: cloudCredentials
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user