diff options
| author | Javier <maemo@javispedro.com> | 2014-07-26 23:09:55 +0200 |
|---|---|---|
| committer | Javier <maemo@javispedro.com> | 2014-07-26 23:09:55 +0200 |
| commit | 2276e1756158fda68fb7293b1ad03f8772f1935b (patch) | |
| tree | e36379975ce32514dfaab008c349d4dbd515def4 | |
| parent | e34f49ff20f2227ffca0515201e7493fd55ef64a (diff) | |
| download | libgato-2276e1756158fda68fb7293b1ad03f8772f1935b.tar.gz libgato-2276e1756158fda68fb7293b1ad03f8772f1935b.zip | |
readd default overload of connectPeripheral
| -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(); |
