Abort all connections in progress when device enters disconnected state.
[yandex-traffic] / http_fetcher.hpp
index 73a5528..416d62f 100644 (file)
@@ -24,6 +24,7 @@ public:
 
     bool busy () const;
     void fetch (const QString& url);
+    void reset ();
 };