From 2276e1756158fda68fb7293b1ad03f8772f1935b Mon Sep 17 00:00:00 2001 From: Javier Date: Sat, 26 Jul 2014 23:09:55 +0200 Subject: readd default overload of connectPeripheral --- gatoperipheral.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gatoperipheral.h') 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(); -- cgit v1.2.3