X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fui%2Fuserinfopanel.h;h=b23c915ad0cc3e47e509d527aeab423ec249e9f7;hb=2b0eaa8f6793fde2f8c946f5e7c98ee84dec8b98;hp=3f8f712bc7ffd5aa6cbc359805e2b26ed0a5181e;hpb=11655ac1d2e1174674f7a551fa3e7b51d74c30a4;p=situare diff --git a/src/ui/userinfopanel.h b/src/ui/userinfopanel.h index 3f8f712..b23c915 100644 --- a/src/ui/userinfopanel.h +++ b/src/ui/userinfopanel.h @@ -70,6 +70,20 @@ signals: void findUser(const QPointF &coordinates); /** + * @brief Signal that informs that user's message/location failed to update on Situare server + * This signal is originally sended from SituareService with name error + * Signal is renamed on MainWindow + */ + void messageSendingFailed(const QString &error); + + /** + * @brief Signal that used to inform user that his message/location update tp Situare server + * was failed. + * This signal is originally sended from UserInfo + */ + void notificateUpdateFailing(const QString &message); + + /** * @brief Signal for refreshing user data. * */ @@ -95,10 +109,12 @@ signals: * @param publish Publish on Facebook */ void statusUpdate(const QString &status, const bool &publish); - void messageUpdatedToSituare(); - void messageSendingFailed(const QString &error); - void notificateUpdateFailing(const QString &message); + /** + * @brief Signals when updateLocation request finished successfully + * + */ + void updateWasSuccessful(); /******************************************************************************* * DATA MEMBERS ******************************************************************************/