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:
jan Iversen 2019-12-18 14:35:04 +01:00 committed by Dirk Hohndel
parent 1468af3519
commit ab28008679

View file

@ -37,7 +37,7 @@ Item {
Keys.onTabPressed: goToNext()
onVisibleChanged: {
if (visible && manager.accessingCloud < 0) {
if (visible) {
Qt.inputMethod.show()
login.forceActiveFocus()
} else {