Index: sources/model/settings/MBluetooth.h =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r8247dc0f182707a9689f719e2d386e640440c55b --- sources/model/settings/MBluetooth.h (.../MBluetooth.h) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/model/settings/MBluetooth.h (.../MBluetooth.h) (revision 8247dc0f182707a9689f719e2d386e640440c55b) @@ -106,6 +106,8 @@ QString detailName = ""; QString detailValue = ""; + bool isPaired = false; + MBluetooth( InterfaceStates vState = eIS_Idle, QString vDeviceAddr = "", @@ -128,6 +130,13 @@ qint16 vError , bool vValid ); + + MBluetooth( + InterfaceStates vState , + QString vDeviceAddr , + QString vDeviceName , + bool vIsPaired + ); }; }