summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/heartrate-game/connectionhandler.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2017-04-05 16:26:23 +0200
committerAlex Blasche <alexander.blasche@qt.io>2017-04-05 14:42:42 +0000
commitcda661e1446d4ad00390dacdff8eb107a13d636b (patch)
tree930b1c4304a7f48a4b29757a01a5b87b6cbb130c /examples/bluetooth/heartrate-game/connectionhandler.cpp
parent24887247fff82fb328d6b907d756840ef4d844ca (diff)
Remove not needed includes from heartrate-game
Change-Id: Ia52e491a26a621f8586c5c708ef5d7ef2191c345 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'examples/bluetooth/heartrate-game/connectionhandler.cpp')
-rw-r--r--examples/bluetooth/heartrate-game/connectionhandler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/bluetooth/heartrate-game/connectionhandler.cpp b/examples/bluetooth/heartrate-game/connectionhandler.cpp
index c9c14818..40572b71 100644
--- a/examples/bluetooth/heartrate-game/connectionhandler.cpp
+++ b/examples/bluetooth/heartrate-game/connectionhandler.cpp
@@ -40,7 +40,6 @@
#include "heartrate-global.h"
#include "connectionhandler.h"
-#include <QtDebug>
#include <QtBluetooth/qtbluetooth-config.h>
ConnectionHandler::ConnectionHandler(QObject *parent) : QObject(parent)