summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <maemo@javispedro.com>2014-07-26 23:09:55 +0200
committerJavier <maemo@javispedro.com>2014-07-26 23:09:55 +0200
commit2276e1756158fda68fb7293b1ad03f8772f1935b (patch)
treee36379975ce32514dfaab008c349d4dbd515def4
parente34f49ff20f2227ffca0515201e7493fd55ef64a (diff)
downloadlibgato-2276e1756158fda68fb7293b1ad03f8772f1935b.tar.gz
libgato-2276e1756158fda68fb7293b1ad03f8772f1935b.zip
readd default overload of connectPeripheral
-rw-r--r--gatoperipheral.h2
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();