summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--desktop-widgets/btdeviceselectiondialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-widgets/btdeviceselectiondialog.cpp b/desktop-widgets/btdeviceselectiondialog.cpp
index a029765e5..89fd34b53 100644
--- a/desktop-widgets/btdeviceselectiondialog.cpp
+++ b/desktop-widgets/btdeviceselectiondialog.cpp
@@ -668,7 +668,7 @@ void WinBluetoothDeviceDiscoveryAgent::run()
// Get the last error and emit a signal
lastErrorToString = qt_error_string();
lastError = QBluetoothDeviceDiscoveryAgent::UnknownError;
- emit(lastError);
+ emit error(lastError);
break;
}
@@ -690,7 +690,7 @@ void WinBluetoothDeviceDiscoveryAgent::run()
// Get the last error and emit a signal
lastErrorToString = qt_error_string();
lastError = QBluetoothDeviceDiscoveryAgent::UnknownError;
- emit(lastError);
+ emit error(lastError);
}
}