Index: sources/ApplicationController.cpp =================================================================== diff -u -raa8f2c87c14c68d1fda6da2540d47144990a596c -r59fc5195a10eeb83ac60cf32a9123fb9c9f8ec8e --- sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision aa8f2c87c14c68d1fda6da2540d47144990a596c) +++ sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision 59fc5195a10eeb83ac60cf32a9123fb9c9f8ec8e) @@ -49,7 +49,7 @@ _init = true; initConnections(); - LOG_DEBUG("UI," + tr("%1 Initialized").arg(metaObject()->className())); + LOG_DEBUG_UI(tr("%1 Initialized").arg(metaObject()->className())); return true; } @@ -169,7 +169,7 @@ /*! * \brief ApplicationController::quitThread - * \details Moves this object to main thread to be handled by QApplicaiton + * \details Moves this object to main thread to be handled by QApplication * And to be destroyed there. */ void ApplicationController::quitThread()