fix an issue in push button auth
where it would sometimes be triggered twice and with that break itself
This commit is contained in:
parent
c1a425de03
commit
cd2b2115c0
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user