mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Desktop/remember DCs: insert the remember connection into dropdown
This still doesn't do the right thing for BT/BLE connections on a Mac, but it should work on Linux and possibly Mac. We definitely need to figure out how to get the Mac to successfully connect back to a BT/BLE device. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
02fc78570e
commit
ebb3fc8a0c
2 changed files with 13 additions and 1 deletions
|
|
@ -54,6 +54,7 @@ slots:
|
|||
void DC2Clicked();
|
||||
void DC3Clicked();
|
||||
void DC4Clicked();
|
||||
int deviceIndex(QString deviceText);
|
||||
|
||||
#if defined(BT_SUPPORT)
|
||||
void enableBluetoothMode(int state);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue