backup before review
[situare] / src / ui / mainwindow.h
index c940119..44d9b67 100644 (file)
@@ -399,11 +399,25 @@ signals:
     void maxZoomLevelReached();
 
     /**
+    * @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 Forwarding signal from MapEngine to MapView
       */
     void minZoomLevelReached();
 
     /**
+    * @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.
     *
     */
@@ -444,8 +458,11 @@ signals:
     */
     void updateCredentials(const QUrl &url);
 
-    void messageUpdatedToSituare();
-    void messageSendingFailed(const QString &error);
+    /**
+    * @brief Signals when updateLocation request finished successfully
+    *
+    */
+    void updateWasSuccessful();
 
     /**
     * @brief MapView has finished zooming