summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qnx/ppshelpers_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qnx/ppshelpers_p.h')
-rw-r--r--src/bluetooth/qnx/ppshelpers_p.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/bluetooth/qnx/ppshelpers_p.h b/src/bluetooth/qnx/ppshelpers_p.h
index 1633bab8..0eaea981 100644
--- a/src/bluetooth/qnx/ppshelpers_p.h
+++ b/src/bluetooth/qnx/ppshelpers_p.h
@@ -57,23 +57,20 @@
#include <errno.h>
#include <sys/pps.h>
-#include <QSocketNotifier>
-#include <QStringList>
+#include <QtCore/QLoggingCategory>
+#include <QtCore/QSocketNotifier>
+#include <QtCore/QStringList>
#include <QtBluetooth/qbluetoothuuid.h>
#include <QtBluetooth/qbluetoothaddress.h>
-#ifdef BT_BBPPSDEBUG
-#define qBBBluetoothDebug qDebug
-#else
-#define qBBBluetoothDebug QT_NO_QDEBUG_MACRO
-#endif
-
#define BT_SPP_SERVER_SUBTYPE 1
#define BT_SPP_CLIENT_SUBTYPE 2
QT_BEGIN_NAMESPACE
+Q_DECLARE_LOGGING_CATEGORY(QT_BT_QNX)
+
class BBSocketNotifier : public QObject
{
Q_OBJECT