void QMLManager::setCredentialStatus(const credentialStatus_t value) { if (m_credentialStatus != value) { m_credentialStatus = value; emit credentialStatusChanged(); } }
void QMLManager::setCredentialStatus(const credentialStatus_t value) { if (m_credentialStatus != value) { if (value == NOCLOUD) appendTextToLog("Switching to no cloud mode"); m_credentialStatus = value; emit credentialStatusChanged(); } }