Updated error handling, added error contexts. Fixed fullscreen button
[situare] / src / situareservice / imagefetcher.h
index 78033c4..a7a837c 100644 (file)
@@ -90,12 +90,12 @@ signals:
     void imageReceived(const QUrl &url, const QPixmap &image);
 
     /**
-    * @brief Signal which is emitted when there is error
-    * in network reply.
+    * @brief Signals error
     *
-    * @param message error code
+    * @param context error context
+    * @param error error code
     */
-    void error(const int error);
+    void error(const int context, const int error);
 
 /*******************************************************************************
  * DATA MEMBERS