Index: sources/gui/guiview.cpp =================================================================== diff -u -rbb8f39a014644c70b832dd2a784f62fa9f6b6106 -r296e0e140bfeb193a9f571873afa6934143b1075 --- sources/gui/guiview.cpp (.../guiview.cpp) (revision bb8f39a014644c70b832dd2a784f62fa9f6b6106) +++ sources/gui/guiview.cpp (.../guiview.cpp) (revision 296e0e140bfeb193a9f571873afa6934143b1075) @@ -15,7 +15,6 @@ // Project #include "guicontroller.h" -#include "guiglobals.h" // namespace using namespace Gui; @@ -42,7 +41,7 @@ connect(&_GuiController, SIGNAL(didActionReceive (GuiActionType, const QVariantList &)), this , SLOT( onActionReceive (GuiActionType, const QVariantList &))); - // since we don't have access to GuiView object because it is created in Qml. + // since we don't have access to this object because it is created in Qml. // Connection to the GuiController made here // It should be defined in the class which wants to connect to signal. connect(this , SIGNAL(didActionTransmit(GuiActionType,const QVariantList &)),