Abort current connection (if any) with new request.
[yandex-traffic] / http_fetcher.hpp
index 416d62f..25857bb 100644 (file)
@@ -22,9 +22,7 @@ signals:
 public:
     HttpFetcher ();
 
-    bool busy () const;
     void fetch (const QString& url);
-    void reset ();
 };