diff options
Diffstat (limited to 'core/btdiscovery.h')
-rw-r--r-- | core/btdiscovery.h | 2 |
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; }; |