Added Progress indicator handling in error situations
[situare] / src / ui / mainwindow.h
index aae2e50..da80bf8 100644 (file)
@@ -155,7 +155,7 @@ public slots:
     void buildInformationBox(const QString &message, bool modal=false);
 
     /**
-    * @brief Slot to intercept signal when login has failed (loginFailure signal)
+    * @brief Slot for failed login
     *
     */
     void loginFailed();
@@ -591,6 +591,7 @@ private:
     bool m_loggedIn;                        ///< Indicates login state
     bool m_refresh;                         ///< Indicates when webpage is refreshed
 
+    int m_progressIndicatorCount;           ///< Indicates the number of progress indicator calls
 
     QAction *m_autoCenteringAct;            ///< Action to auto center map using gps position
     QAction *m_gpsToggleAct;                ///< Action to trigger gps toggle