diff options
-rw-r--r-- | qt-mobile/qmlmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |