Updated error handling, added error contexts. Fixed fullscreen button
[situare] / src / map / mapengine.h
index 810f25f..d267072 100644 (file)
@@ -361,11 +361,12 @@ private slots:
  ******************************************************************************/
 signals:
     /**
-     * @brief Signals error
-     *
-     * @param error error code
-     */
-    void error(const int error);
+    * @brief Signals error
+    *
+    * @param context error context
+    * @param error error code
+    */
+    void error(const int context, const int error);
 
     /**
      * @brief Signal for image fetching.