Updated error handling, added error contexts. Fixed fullscreen button
[situare] / src / map / mapfetcher.h
index e530e61..11c1838 100644 (file)
@@ -178,12 +178,12 @@ signals:
     void mapImageReceived(int zoomLevel, int x, int y, const QPixmap &image);
 
     /**
-    * @brief Signal which is emitted when there is error
-    * in network reply.
+    * @brief Signals error
     *
+    * @param context error context
     * @param error error code
     */
-    void error(const int error);
+    void error(const int context, const int error);
 
 /*******************************************************************************
  * DATA MEMBERS