Add notifying about downloading errors in xdxf downloader
[mdictionary] / src / plugins / xdxf / XdxfDictDownloader.h
index b381379..2f7dd98 100644 (file)
@@ -74,6 +74,8 @@ private Q_SLOTS:
     //! user cancel downloading
     void breakDownloading();
 
+    void downloadingError(QString);
+
 private:
     //! dict is downloaded and unpacked
     void downloadComplete();