Changes to logout prosess and login state storing, logout bug fix
[situare] / src / engine / engine.h
index e76274c..4e1930a 100644 (file)
@@ -99,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