mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: save BT address as string
And do the same LE: prefix marking as in the desktop version. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6837120bb1
commit
c145cbd754
3 changed files with 7 additions and 7 deletions
|
|
@ -27,7 +27,7 @@ public:
|
|||
|
||||
#if defined(BT_SUPPORT)
|
||||
struct btPairedDevice {
|
||||
QBluetoothAddress address;
|
||||
QString address;
|
||||
QString name;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue