summaryrefslogtreecommitdiff
path: root/saprotocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'saprotocol.h')
-rw-r--r--saprotocol.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/saprotocol.h b/saprotocol.h
index 3f38e05..a9f5ac0 100644
--- a/saprotocol.h
+++ b/saprotocol.h
@@ -2,16 +2,7 @@
#define SAPROTOCOL_H
#include <QtCore/QObject>
-
-#if QT_VERSION >= QT_VERSION_CHECK(5,2,0)
-#include <QtBluetooth/QBluetoothUuid>
-#elif QT_VERSION >= QT_VERSION_CHECK(5,0,0)
#include <QtBluetooth/QBluetoothUuid>
-QT_USE_NAMESPACE_BLUETOOTH
-#else
-#include <QtConnectivity/QBluetoothUuid>
-QTM_USE_NAMESPACE
-#endif
class SAProtocol
{