fix an issue in push button auth

where it would sometimes be triggered twice and with that break itself
This commit is contained in:
Michael Zanetti 2018-10-22 23:53:19 +02:00
parent c1a425de03
commit cd2b2115c0

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);