summaryrefslogtreecommitdiff
path: root/gatocentralmanager.h
diff options
context:
space:
mode:
authorJavier <maemo@javispedro.com>2014-07-26 22:59:39 +0200
committerJavier <maemo@javispedro.com>2014-07-26 22:59:39 +0200
commite34f49ff20f2227ffca0515201e7493fd55ef64a (patch)
tree486b48932015af92c9577b6cddc88834cb839df4 /gatocentralmanager.h
parentaaf7fb81d16018cac51c67443bd09e499dbf1e7e (diff)
downloadlibgato-e34f49ff20f2227ffca0515201e7493fd55ef64a.tar.gz
libgato-e34f49ff20f2227ffca0515201e7493fd55ef64a.zip
add "requireencryption" connection option (ABI broken!)
Diffstat (limited to 'gatocentralmanager.h')
-rw-r--r--gatocentralmanager.h6
1 files changed, 3 insertions, 3 deletions
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: