summaryrefslogtreecommitdiff
path: root/daemon/watchconnector.h
diff options
context:
space:
mode:
authorAleksi Suomalainen <suomalainen.aleksi@gmail.com>2014-10-24 16:29:04 +0000
committerAleksi Suomalainen <suomalainen.aleksi@gmail.com>2014-10-24 18:33:52 +0000
commitb30c991f3fa5f196cfb7bf46eb784169c9b2eb74 (patch)
tree3198f44da97017a63df1e783013a16fa2c5488fe /daemon/watchconnector.h
parent31a206e93e2266f3dcc0e1c2c43ab92e5ae7bd9c (diff)
Fixes to Qt 5.2
Diffstat (limited to 'daemon/watchconnector.h')
-rw-r--r--daemon/watchconnector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/watchconnector.h b/daemon/watchconnector.h
index beb1992..b64e31b 100644
--- a/daemon/watchconnector.h
+++ b/daemon/watchconnector.h
@@ -39,7 +39,9 @@
#include <QBluetoothServiceInfo>
#include <Log4Qt/Logger>
+#if QT_VERSION < QT_VERSION_CHECK(5, 2, 0)
using namespace QtBluetooth;
+#endif
namespace watch
{