Updated error handling, added error contexts. Fixed fullscreen button
[situare] / src / engine / engine.h
index 9bbef2d..85e31ae 100644 (file)
@@ -71,9 +71,10 @@ public slots:
     /**
     * @brief Slot to intercept error signal from ImageFetcher and SituareService
     *
+    * @param context Error context
     * @param error Error message
     */
-    void error(const int error);
+    void error(const int context, const int error);
 
     /**
     * @brief Slot to intercept signal when username is fetched from settings