summaryrefslogtreecommitdiffstats
path: root/tests/bttestui/btlocaldevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bttestui/btlocaldevice.cpp')
-rw-r--r--tests/bttestui/btlocaldevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bttestui/btlocaldevice.cpp b/tests/bttestui/btlocaldevice.cpp
index 4410a66d..77696853 100644
--- a/tests/bttestui/btlocaldevice.cpp
+++ b/tests/bttestui/btlocaldevice.cpp
@@ -276,7 +276,7 @@ void BtLocalDevice::startDiscovery()
{
if (deviceAgent) {
qDebug() << "###### Starting device discovery process";
- deviceAgent->start();
+ deviceAgent->start(QBluetoothDeviceDiscoveryAgent::ClassicMethod);
}
}