summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothsocket_bluez.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2014-06-30 16:17:01 +0200
committerFriedemann Kleint <Friedemann.Kleint@digia.com>2014-06-30 21:18:47 +0200
commit49b37dcc3780c736b3ece8782e2c3c74385c09e9 (patch)
treee13f300934cd6c15f5e6168ba97fb940049cff41 /src/bluetooth/qbluetoothsocket_bluez.cpp
parent7beb4375483f74cc5be501dbcd91c82a80178936 (diff)
Remove usage of QObject::tr() in qbluetoothsocket_bluez.cpp.
Change-Id: I72703aac0676e6474f2c40ac37b8ee8b00830690 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothsocket_bluez.cpp')
-rw-r--r--src/bluetooth/qbluetoothsocket_bluez.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothsocket_bluez.cpp b/src/bluetooth/qbluetoothsocket_bluez.cpp
index 31a5535c..cfa6ef65 100644
--- a/src/bluetooth/qbluetoothsocket_bluez.cpp
+++ b/src/bluetooth/qbluetoothsocket_bluez.cpp
@@ -138,7 +138,7 @@ void QBluetoothSocketPrivate::connectToService(const QBluetoothAddress &address,
int result = -1;
if (socket == -1 && !ensureNativeSocket(socketType)) {
- errorString = QObject::tr("Unknown socket error");
+ errorString = QBluetoothSocket::tr("Unknown socket error");
q->setSocketError(QBluetoothSocket::UnknownSocketError);
return;
}