From 3340aa0ef68eb735c36185959c8dbd11178575bf Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 13 Dec 2015 03:18:09 +0100 Subject: Bump min Qt requirement to 5.2, bump libwatchfish version --- sapbtpeer.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sapbtpeer.cc') diff --git a/sapbtpeer.cc b/sapbtpeer.cc index 9fc56af..e026a4c 100644 --- a/sapbtpeer.cc +++ b/sapbtpeer.cc @@ -1,11 +1,11 @@ -#include +#include #include "saprotocol.h" #include "wmspeer.h" #include "crc16.h" #include "sapsocket.h" #include "sapbtpeer.h" -#define PROTO_DEBUG 0 +#define PROTO_DEBUG 1 SAPBTPeer::SAPBTPeer(SAProtocol::Role role, QBluetoothSocket *socket, QObject *parent) : SAPPeer(role, socket->localAddress().toString(), socket->peerAddress().toString(), parent), -- cgit v1.2.3