Merge PR #803: Fix zigbee settings loading spinner
This commit is contained in:
commit
e1c3ff92ae
@ -201,10 +201,10 @@ void ZigbeeManager::getNetworksResponse(int commandId, const QVariantMap ¶ms
|
|||||||
// Get nodes from this network
|
// Get nodes from this network
|
||||||
getNodes(network->networkUuid());
|
getNodes(network->networkUuid());
|
||||||
|
|
||||||
// In theory this should only change after nodes have been fetched... but this will do for now...
|
|
||||||
m_fetchingData = false;
|
|
||||||
emit fetchingDataChanged();
|
|
||||||
}
|
}
|
||||||
|
// In theory this should only change after nodes have been fetched... but this will do for now...
|
||||||
|
m_fetchingData = false;
|
||||||
|
emit fetchingDataChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ZigbeeManager::addNetworkResponse(int commandId, const QVariantMap ¶ms)
|
void ZigbeeManager::addNetworkResponse(int commandId, const QVariantMap ¶ms)
|
||||||
|
|||||||
Reference in New Issue
Block a user