Index: sources/bluetooth/BluetoothInterface.cpp =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -r4947841e8cdd7e72d4fe26e604f7e5061fb86d64 --- sources/bluetooth/BluetoothInterface.cpp (.../BluetoothInterface.cpp) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/bluetooth/BluetoothInterface.cpp (.../BluetoothInterface.cpp) (revision 4947841e8cdd7e72d4fe26e604f7e5061fb86d64) @@ -53,7 +53,7 @@ // runs in BluetoothInterface thread // REMINDER:initConnections(); has been removed from here to the ondoStart, // since the _local, _agent objects are created there. - LOG_DEBUG(tr("%1 Initialized").arg(metaObject()->className())); + LOG_DEBUG(QString("%1 Initialized").arg(metaObject()->className())); // TODO: the same logic has to work for all the controllers // needs more testing.