nicer button interactivities
This commit is contained in:
@@ -13,10 +13,11 @@ class BluetoothService {
|
||||
sigc::signal<void(bool)> isDiscoveringChangedSignal;
|
||||
|
||||
bool getPowerState();
|
||||
void setPowerState(bool state);
|
||||
|
||||
bool getIsDiscovering();
|
||||
void setIsDiscovering(bool state);
|
||||
|
||||
void togglePowerState();
|
||||
void toggleIsDiscovering();
|
||||
|
||||
private:
|
||||
GDBusProxy *adapter_proxy = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user