Updated error handling, added error contexts. Fixed fullscreen button
[situare] / src / gps / gpsposition.h
index be69bf1..fe0ca2b 100644 (file)
@@ -111,11 +111,12 @@ public:
 ******************************************************************************/
 signals:
     /**
-    * @brief Signal for error.
+    * @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 Signal for position information.