summaryrefslogtreecommitdiff
path: root/daemon/watchconnector.h
diff options
context:
space:
mode:
authorTomasz Sterna <tomek@xiaoka.com>2014-10-29 09:28:40 +0100
committerTomasz Sterna <tomek@xiaoka.com>2014-10-29 09:28:40 +0100
commitecba425f8c029e103211446e9f250927a832315f (patch)
tree0c4b6d36be78569733dbba6ceb16f1fabca9a2c4 /daemon/watchconnector.h
parent31a206e93e2266f3dcc0e1c2c43ab92e5ae7bd9c (diff)
parentb5ecd0a0778ad8e1d0de49b4f49271b458acefda (diff)
Merge pull request #25 from smurfy/fix_update9
Fix for Sailfish update9 and QT5.2 Fixes #23 Closes #24
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
{