summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-12-17 13:49:15 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-20 09:06:35 +0100
commit9f547761f35fff54994f805735d5ac2e538e53dc (patch)
treec1612b5cf76fa6cdfc6a6358a8503a86dc7aadd1 /src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp
parent94f862e2786c5e9b558ae6ab6f524842949c0953 (diff)
Translate so far untranslated error strings.
Change-Id: I7d91404052ce987ea700e698c024475211bad025 Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.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 41920dbe..2c667607 100644
--- a/src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp
+++ b/src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp
@@ -68,7 +68,7 @@ void QBluetoothDeviceDiscoveryAgentPrivate::start()
{
Q_Q(QBluetoothDeviceDiscoveryAgent);
lastError = QBluetoothDeviceDiscoveryAgent::InputOutputError;
- errorString = QStringLiteral("No Bluetooth device available");
+ errorString = QBluetoothDeviceDiscoveryAgent::tr("No Bluetooth device available");
emit q->error(QBluetoothDeviceDiscoveryAgent::InputOutputError);
}