summaryrefslogtreecommitdiff
path: root/saltoqd/obexconnection.cpp
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-03-31 14:24:51 +0200
committerJavier <dev.git@javispedro.com>2015-03-31 14:24:51 +0200
commita8ba1dbd9a1d7955d4e6e66f1e8c2d874873ca01 (patch)
tree07df3ae96336cdd041804b135ca946d4d88fff65 /saltoqd/obexconnection.cpp
parentf20e0e00148169542a2fbb0f231ea59014b6dcee (diff)
downloadsaltoq-a8ba1dbd9a1d7955d4e6e66f1e8c2d874873ca01.tar.gz
saltoq-a8ba1dbd9a1d7955d4e6e66f1e8c2d874873ca01.zip
listen to incoming connections too
Diffstat (limited to 'saltoqd/obexconnection.cpp')
-rw-r--r--saltoqd/obexconnection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saltoqd/obexconnection.cpp b/saltoqd/obexconnection.cpp
index 5fab0ab..2e1da56 100644
--- a/saltoqd/obexconnection.cpp
+++ b/saltoqd/obexconnection.cpp
@@ -69,7 +69,7 @@ void ObexConnection::tryConnect()
Q_ASSERT(!_socket);
Q_ASSERT(_conn->isConnected());
- qDebug() << "Trying to connect";
+ qDebug() << "Trying to make OBEX connection";
_socket = new QBluetoothSocket(QBluetoothServiceInfo::RfcommProtocol, this);
connect(_socket, &QBluetoothSocket::connected,