summaryrefslogtreecommitdiffstats
path: root/src/nfc/qllcpsocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qllcpsocket.cpp')
-rw-r--r--src/nfc/qllcpsocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nfc/qllcpsocket.cpp b/src/nfc/qllcpsocket.cpp
index 2bf3e2c3..79cb1284 100644
--- a/src/nfc/qllcpsocket.cpp
+++ b/src/nfc/qllcpsocket.cpp
@@ -231,7 +231,7 @@ qint64 QLlcpSocket::writeDatagram(const char *data, qint64 size)
*/
bool QLlcpSocket::isSequential() const
{
- return true;
+ return true;
}
/*!