Index: sources/ApplicationController.cpp =================================================================== diff -u -re49c956894f999f6539b0c404dd1c9b18a76bb4b -rd17a7a6adf72a6224280548e2341dfce22bf72c7 --- sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision e49c956894f999f6539b0c404dd1c9b18a76bb4b) +++ sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision d17a7a6adf72a6224280548e2341dfce22bf72c7) @@ -115,7 +115,6 @@ // From HD/DG connect(&_MessageDispatcher, SIGNAL(didActionReceive(GuiActionType, const QVariantList &)), this , SLOT( onActionReceive(GuiActionType, const QVariantList &))); - connect(&_MessageDispatcher, SIGNAL(didFailedTransmit(Sequence)), this , SLOT( onFailedTransmit(Sequence))); @@ -208,11 +207,11 @@ } /*! - * \brief Process the requested action - * \details Processes the requested action - * \param vAction - User requested Action - * \param vData - Action data to be transmitted. - */ +* \brief Process the requested action +* \details Processes the requested action +* \param vAction - User requested Action +* \param vData - Action data to be transmitted. +*/ void ApplicationController::onActionTransmit(GuiActionType vAction, const QVariantList &vData) { emit didActionTransmit(vAction, vData);