From e34f49ff20f2227ffca0515201e7493fd55ef64a Mon Sep 17 00:00:00 2001 From: Javier Date: Sat, 26 Jul 2014 22:59:39 +0200 Subject: add "requireencryption" connection option (ABI broken!) --- gatocentralmanager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gatocentralmanager.h') diff --git a/gatocentralmanager.h b/gatocentralmanager.h index 857b9cc..7ebe2cf 100644 --- a/gatocentralmanager.h +++ b/gatocentralmanager.h @@ -16,15 +16,15 @@ class LIBGATO_EXPORT GatoCentralManager : public QObject Q_FLAGS(PeripheralScanOptions) public: + explicit GatoCentralManager(QObject *parent = 0); + ~GatoCentralManager(); + enum PeripheralScanOption { PeripheralScanOptionActive = 1 << 0, PeripheralScanOptionAllowDuplicates = 1 << 1 }; Q_DECLARE_FLAGS(PeripheralScanOptions, PeripheralScanOption) - explicit GatoCentralManager(QObject *parent = 0); - ~GatoCentralManager(); - GatoPeripheral *getPeripheral(const GatoAddress& address); public slots: -- cgit v1.2.3