diff options
Diffstat (limited to 'bluetooth.h')
-rw-r--r-- | bluetooth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth.h b/bluetooth.h index 41e1719..118516e 100644 --- a/bluetooth.h +++ b/bluetooth.h @@ -55,7 +55,7 @@ class Bluetooth : public QObject bool discoverable() const { return m_discoverable; }; signals: - void powerChanged(); + void powerChanged(bool state); void discoverableChanged(); void connectionEvent(QJsonObject data); |