summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tradeshow/iot-sensortag/demodataproviderpool.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tradeshow/iot-sensortag/demodataproviderpool.cpp b/tradeshow/iot-sensortag/demodataproviderpool.cpp
index 2f287d8..14e1ffd 100644
--- a/tradeshow/iot-sensortag/demodataproviderpool.cpp
+++ b/tradeshow/iot-sensortag/demodataproviderpool.cpp
@@ -87,6 +87,7 @@ void DemoDataProviderPool::stopScanning()
// all available providers, not just from the first found
if (m_dataProviders.length()) {
m_cloudProvider = m_dataProviders.at(0);
+ emit providerForCloudChanged();
}
emit dataProvidersChanged();