summaryrefslogtreecommitdiffstats
path: root/core/btdiscovery.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-06-29 19:47:51 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-06-30 13:12:53 -0700
commitc145cbd75444508d3a48e8b363abbbb52eb5ed12 (patch)
treea954ddbfc15f41507aca3b57b8fd32b7f27846e4 /core/btdiscovery.h
parent6837120bb121cd40ec8fc83424849af1ed3756be (diff)
downloadsubsurface-c145cbd75444508d3a48e8b363abbbb52eb5ed12.tar.gz
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>
Diffstat (limited to 'core/btdiscovery.h')
-rw-r--r--core/btdiscovery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/btdiscovery.h b/core/btdiscovery.h
index a99b29b3c..0bf2ca448 100644
--- a/core/btdiscovery.h
+++ b/core/btdiscovery.h
@@ -27,7 +27,7 @@ public:
#if defined(BT_SUPPORT)
struct btPairedDevice {
- QBluetoothAddress address;
+ QString address;
QString name;
};