From b30c991f3fa5f196cfb7bf46eb784169c9b2eb74 Mon Sep 17 00:00:00 2001 From: Aleksi Suomalainen Date: Fri, 24 Oct 2014 16:29:04 +0000 Subject: Fixes to Qt 5.2 --- daemon/watchconnector.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'daemon/watchconnector.h') 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 #include +#if QT_VERSION < QT_VERSION_CHECK(5, 2, 0) using namespace QtBluetooth; +#endif namespace watch { -- cgit v1.2.3