summaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-09-25 18:14:12 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-09-30 14:04:54 +0200
commit8be9bf4cead6f3a5bbdac3c01a2e3aa5d28f170c (patch)
treeeaab5f467277c4bbd202bd3fb7292f198ddfb349 /src/imports
parenta5c945cb4a55b4e9ec02f0674a37e529bc1bf7c2 (diff)
New QML based Bt chat client
Change-Id: I235c54591dbbf04aa58c024093beca8c068b4aed Reviewed-by: Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/bluetooth/qdeclarativebluetoothsocket.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp b/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp
index a53b0cca..96be47fb 100644
--- a/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp
+++ b/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp
@@ -323,7 +323,6 @@ QString QDeclarativeBluetoothSocket::stringData()
QByteArray line = d->m_socket->readLine();
data += QString::fromUtf8(line.constData(), line.length());
}
-
return data;
}