Updated error handling, added error contexts. Fixed fullscreen button
[situare] / src / facebookservice / facebookauthentication.h
index 0f06828..11dc05a 100644 (file)
@@ -110,9 +110,10 @@ signals:
     /**
     * @brief Signals error
     *
+    * @param context error context
     * @param error error code
     */
-    void error(const int error);
+    void error(const int context, const int error);
 
     /**
     * @brief This signal is emitted if updateCredentials method finds credentials from URL.