Changes to logout prosess and login state storing, logout bug fix
[situare] / src / engine / engine.h
index aacd9e5..4e1930a 100644 (file)
@@ -83,12 +83,6 @@ public slots:
     void error(const int context, const int error);
 
     /**
-    * @brief Slot to intercept signal when username is fetched from settings
-    *
-    */
-    void fetchUsernameFromSettings();
-
-    /**
     * @brief Slot to intercept signal when location search is issued
     *
     * @param location QString location
@@ -105,18 +99,13 @@ public slots:
     * @brief Slot to intercept signal from successful login
     *
     */
-    void loginOk();
-
-    /**
-    * @brief Slot to intercept signal when user has cancelled login process
-    */
-    void loginProcessCancelled();
+    void onLogin();
 
     /**
     * @brief Changes application state when logged out
     *
     */
-    void logout();
+    void onLogout();
 
     /**
     * @brief Calls reverseGeo from SituareService to translate coordinates to street address