Added xdxf dict downloader
[mdictionary] / src / plugins / xdxf / XdxfCachingDialog.h
index 1e42a0b..4b39953 100644 (file)
@@ -45,13 +45,12 @@ public:
 
 public Q_SLOTS:
     void reject();
+    void updateCachingProgress(int, int);
 
 Q_SIGNALS:
     //! signal emitted when user cancels caching of a dictionary
     void cancelCaching();
 
-private Q_SLOTS:
-    void updateCachingProgress(int, int);
 
 private:
     QLabel* cachingLabel;