diff options
Diffstat (limited to 'daemon/watchconnector.h')
| -rw-r--r-- | daemon/watchconnector.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/daemon/watchconnector.h b/daemon/watchconnector.h index b64e31b..fa8d18b 100644 --- a/daemon/watchconnector.h +++ b/daemon/watchconnector.h @@ -37,11 +37,7 @@ #include <QBluetoothDeviceInfo> #include <QBluetoothSocket> #include <QBluetoothServiceInfo> -#include <Log4Qt/Logger> - -#if QT_VERSION < QT_VERSION_CHECK(5, 2, 0) -using namespace QtBluetooth; -#endif +#include <QLoggingCategory> namespace watch { @@ -49,7 +45,7 @@ namespace watch class WatchConnector : public QObject { Q_OBJECT - LOG4QT_DECLARE_QCLASS_LOGGER + QLoggingCategory l; Q_ENUMS(Endpoints) |
