mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
new mobile login: remove non existing function from CloudCredentials
the function manager.accessingCloud is not defined in QMLManager.h Remove manager.accessingCloud. Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
1468af3519
commit
ab28008679
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ Item {
|
|||
Keys.onTabPressed: goToNext()
|
||||
|
||||
onVisibleChanged: {
|
||||
if (visible && manager.accessingCloud < 0) {
|
||||
if (visible) {
|
||||
Qt.inputMethod.show()
|
||||
login.forceActiveFocus()
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue