backup before review
[situare] / src / ui / userinfopanel.h
index 3f8f712..b23c915 100644 (file)
@@ -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
  ******************************************************************************/