summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/heartrate-game/devicefinder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/heartrate-game/devicefinder.cpp')
-rw-r--r--examples/bluetooth/heartrate-game/devicefinder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bluetooth/heartrate-game/devicefinder.cpp b/examples/bluetooth/heartrate-game/devicefinder.cpp
index 71c4dcee..a56cfd6d 100644
--- a/examples/bluetooth/heartrate-game/devicefinder.cpp
+++ b/examples/bluetooth/heartrate-game/devicefinder.cpp
@@ -113,7 +113,7 @@ void DeviceFinder::scanFinished()
{
#ifdef SIMULATOR
// Only for testing
- for (int i = 0; i < 5; i++)
+ for (int i = 0; i < 4; i++)
m_devices.append(new DeviceInfo(QBluetoothDeviceInfo()));
#endif