From 8ba83c809febcc38d72f69d8ca206ba5402e5f4d Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Fri, 14 Mar 2014 15:59:26 +0100 Subject: Cleanup of BtLE code 1.) Remove dead pieces of code 2.) Fix warnings 3.) Optimize some code lines Change-Id: I952fe34e8966a501a54c9ef42e9624c1fc46a2a1 Reviewed-by: Nedim Hadzic Reviewed-by: Alex Blasche --- examples/bluetooth/lowenergyscanner/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/bluetooth/lowenergyscanner') diff --git a/examples/bluetooth/lowenergyscanner/main.cpp b/examples/bluetooth/lowenergyscanner/main.cpp index 1a8487c8..89f7153d 100644 --- a/examples/bluetooth/lowenergyscanner/main.cpp +++ b/examples/bluetooth/lowenergyscanner/main.cpp @@ -38,6 +38,7 @@ ** ****************************************************************************/ +#include #include #include #include @@ -46,6 +47,7 @@ int main(int argc, char *argv[]) { + QLoggingCategory::setFilterRules(QStringLiteral("qt.bluetooth* = true")); QGuiApplication app(argc, argv); -- cgit v1.2.3