Index: sources/model/settings/MBluetooth.h =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -r57ea732311e6f4c746974f5a52316f63dec23ca8 --- sources/model/settings/MBluetooth.h (.../MBluetooth.h) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/model/settings/MBluetooth.h (.../MBluetooth.h) (revision 57ea732311e6f4c746974f5a52316f63dec23ca8) @@ -86,7 +86,7 @@ vDevice.name == name ; } QString toString() const { - return addr + "," + pair + "," + name; + return addr + "," + (pair ? "true" : "false") + "," + name; } };