summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-02-27 17:00:36 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-03-02 12:22:39 +0000
commit4aa1335fecc7107b9ab7bd9c0feb0f2fdff067ef (patch)
treefe44395266144a506839024c8365f77cb4c0cce9 /src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp
parente4f0b0568c334695cbc3c90f5a040edc61a8dcef (diff)
Fix spelling in messages.
Change-Id: Icbbfe9cfb1e4187f2c043b85b8c0d19c9a82b6b9 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp')
-rw-r--r--src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp b/src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp
index 97d405a4..26052a52 100644
--- a/src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp
+++ b/src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp
@@ -63,7 +63,7 @@ void QBluetoothDeviceDiscoveryAgentPrivate::start()
{
Q_Q(QBluetoothDeviceDiscoveryAgent);
lastError = QBluetoothDeviceDiscoveryAgent::UnsupportedPlatformError;
- errorString = QBluetoothDeviceDiscoveryAgent::tr("Device discovery on this platform not support");
+ errorString = QBluetoothDeviceDiscoveryAgent::tr("Device discovery not supported on this platform");
emit q->error(lastError);
}