fix control

pull/135/head
Simon Stürz 2015-08-12 13:43:54 +02:00 committed by Michael Zanetti
parent 67deeb1e0e
commit aa8310b0f9
2 changed files with 3 additions and 1 deletions

3
debian/control vendored
View File

@ -76,7 +76,8 @@ Package: libguh1
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
${misc:Depends},
libqt5bluetooth5
Description: Server for home automation systems - core library
guh is an open source home automation server, which allows to control
a lot of different devices from many different manufacturers. With the

View File

@ -17,6 +17,7 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifdef BLUETOOTH_LE
#include "aveabulb.h"
AveaBulb::AveaBulb(const QBluetoothDeviceInfo &deviceInfo, const QLowEnergyController::RemoteAddressType &addressType, QObject *parent) :