diff options
-rw-r--r-- | gatoperipheral.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gatoperipheral.h b/gatoperipheral.h index 5a7f463..c8c9023 100644 --- a/gatoperipheral.h +++ b/gatoperipheral.h @@ -50,7 +50,7 @@ public: bool advertisesService(const GatoUUID &uuid) const; public slots: - void connectPeripheral(PeripheralConnectOptions options); + void connectPeripheral(PeripheralConnectOptions options = 0); void disconnectPeripheral(); void discoverServices(); |