refaktoring
[mdictionary] / src / plugins / xdxf / XdxfCachingDialog.h
index 93eac93..8d638f7 100644 (file)
@@ -39,11 +39,9 @@ public:
     explicit XdxfCachingDialog(XdxfPlugin *parent = 0);
 
 Q_SIGNALS:
+    //! signal emitted when user cancels caching of a dictionary
     void cancelCaching();
 
-public Q_SLOTS:
-    void reject();
-
 private Q_SLOTS:
     void cancelButtonClicked();
     void updateCachingProgress(int, int);
@@ -53,6 +51,7 @@ private:
     QProgressBar* cachingProgressBar;
     QPushButton* cancelButton;
     QVBoxLayout* verticalLayout;
+    //! used to check the progress of dictionary caching
     QTime time;
 };