summaryrefslogtreecommitdiffstats
path: root/core/btdiscovery.h
diff options
context:
space:
mode:
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;
};