Index: sources/ApplicationController.h =================================================================== diff -u -r2bc6542cebc264eb343f791f75223a1ca151465e -rfc329c788fe9453983072bee937ccbc95b4ed6e4 --- sources/ApplicationController.h (.../ApplicationController.h) (revision 2bc6542cebc264eb343f791f75223a1ca151465e) +++ sources/ApplicationController.h (.../ApplicationController.h) (revision fc329c788fe9453983072bee937ccbc95b4ed6e4) @@ -18,7 +18,7 @@ #include // Project -#include "main.h" // Doxygen : don't remove +#include "main.h" // Doxygen : do not remove #include "MModel.h" #include "GuiGlobals.h" #include "MessageGlobals.h" @@ -118,7 +118,7 @@ * \brief didSettingsInit - private signal to start initializing settings * \details This signal used internally to make the read task of the settings happen in Application_Thread * It's because no thread assigned to Settings itself, since this class will be used only once - * and doesn't need a thread by itself + * and does not need a thread by itself */ void didSettingsInit (QPrivateSignal);