From 854eb57ef57cd91b0293e221ab87fe9c2550107c Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 23 Mar 2016 23:12:03 -0700 Subject: QML UI: always convert the cloud user name to lower case Mixed case user names cause the connection to the cloud storage to fail. Signed-off-by: Dirk Hohndel --- qt-mobile/qmlmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-mobile/qmlmanager.cpp') diff --git a/qt-mobile/qmlmanager.cpp b/qt-mobile/qmlmanager.cpp index 5b47efbd0..e372ca539 100644 --- a/qt-mobile/qmlmanager.cpp +++ b/qt-mobile/qmlmanager.cpp @@ -904,7 +904,7 @@ QString QMLManager::cloudUserName() const void QMLManager::setCloudUserName(const QString &cloudUserName) { - m_cloudUserName = cloudUserName; + m_cloudUserName = cloudUserName.toLower(); emit cloudUserNameChanged(); } -- cgit v1.2.3-70-g09d2