Index: sources/ApplicationController.cpp =================================================================== diff -u -ra522e6aa7a36ac696a9a956200e89d838f319e25 -r4947841e8cdd7e72d4fe26e604f7e5061fb86d64 --- sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision a522e6aa7a36ac696a9a956200e89d838f319e25) +++ sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision 4947841e8cdd7e72d4fe26e604f7e5061fb86d64) @@ -49,7 +49,7 @@ _init = true; initConnections(); - LOG_DEBUG(tr("%1 Initialized").arg(metaObject()->className())); + LOG_DEBUG(QString("%1 Initialized").arg(metaObject()->className())); return true; }