Merge PR #54: Fix includes

This commit is contained in:
Jenkins nymea 2021-11-09 00:48:16 +01:00
commit af909c94c5

View File

@ -34,10 +34,10 @@
#include <QObject> #include <QObject>
#include "nymeadservice.h" #include "nymeadservice.h"
#include "nymea-gpio/gpiobutton.h" #include <gpiobutton.h>
#include "bluetooth/bluetoothserver.h" #include <bluetooth/bluetoothserver.h>
#include "networkmanager.h" #include <networkmanager.h>
#include "bluetooth/bluetoothserver.h" #include <bluetooth/bluetoothserver.h>
Q_DECLARE_LOGGING_CATEGORY(dcApplication) Q_DECLARE_LOGGING_CATEGORY(dcApplication)