diff options
Diffstat (limited to 'qt-mobile/qmlmanager.cpp')
-rw-r--r-- | qt-mobile/qmlmanager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qmlmanager.cpp b/qt-mobile/qmlmanager.cpp index c41c2411b..d720be61e 100644 --- a/qt-mobile/qmlmanager.cpp +++ b/qt-mobile/qmlmanager.cpp @@ -153,6 +153,7 @@ void QMLManager::saveCloudCredentials() if (cloudCredentialsChanged) { free(prefs.userid); prefs.userid = NULL; + syncLoadFromCloud(); tryRetrieveDataFromBackend(); } } |