diff options
author | Alex Blasche <alexander.blasche@digia.com> | 2013-12-17 13:49:15 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-12-20 09:06:35 +0100 |
commit | 9f547761f35fff54994f805735d5ac2e538e53dc (patch) | |
tree | c1612b5cf76fa6cdfc6a6358a8503a86dc7aadd1 /src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp | |
parent | 94f862e2786c5e9b558ae6ab6f524842949c0953 (diff) | |
download | qtconnectivity-9f547761f35fff54994f805735d5ac2e538e53dc.tar.gz |
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.cpp | 2 |
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); } |