summaryrefslogtreecommitdiff
path: root/gatocentralmanager.h
diff options
context:
space:
mode:
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: