mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:43:24 +00:00
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
1 changed files with 0 additions and 2 deletions
|
@ -10,8 +10,6 @@ Kirigami.ScrollablePage {
|
|||
id: startpage
|
||||
background: Rectangle { color: subsurfaceTheme.backgroundColor }
|
||||
|
||||
function saveCredentials() { cloudCredentials.saveCredentials() }
|
||||
|
||||
ColumnLayout {
|
||||
CloudCredentials {
|
||||
id: cloudCredentials
|
||||
|
|
Loading…
Add table
Reference in a new issue