Modified google plugin dialog
[mdictionary] / src / plugins / xdxf / XdxfCachingDialog.h
index 8d638f7..3bbb2ee 100644 (file)
     Copyright 2010 Comarch S.A.
 
 *******************************************************************************/
-/*! \file XdxfCachingDialog.h
+/*!
+    \file XdxfCachingDialog.h
+    \author Mateusz Półrola <mateusz.polrola@gmail.com>
 */
-//Created by Mateusz Półrola
+
 
 #ifndef XDXFCACHINGDIALOG_H
 #define XDXFCACHINGDIALOG_H
 
 class XdxfPlugin;
 
-
+//! Shows dialog with progress of dictionary caching
+/*!
+    Displays progress bar and estimated time left of caching
+*/
 class XdxfCachingDialog : public QDialog
 {
     Q_OBJECT
@@ -43,7 +48,6 @@ Q_SIGNALS:
     void cancelCaching();
 
 private Q_SLOTS:
-    void cancelButtonClicked();
     void updateCachingProgress(int, int);
 
 private: