Merge PR #61: Fix an issue in pushbutton auth

This commit is contained in:
Jenkins 2018-10-23 10:36:30 +02:00
commit c131ac403f

View File

@ -47,7 +47,6 @@ Engine::Engine(QObject *parent) :
m_connection->registerTransport(new CloudTransportFactory());
connect(m_jsonRpcClient, &JsonRpcClient::connectedChanged, this, &Engine::onConnectedChanged);
connect(m_jsonRpcClient, &JsonRpcClient::authenticationRequiredChanged, this, &Engine::onConnectedChanged);
connect(m_deviceManager, &DeviceManager::fetchingDataChanged, this, &Engine::onDeviceManagerFetchingChanged);