change and add some comments, remove some warning
[mdictionary] / src / plugins / xdxf / XdxfCachingDialog.cpp
index fce967e..a0db9a3 100644 (file)
@@ -60,11 +60,6 @@ XdxfCachingDialog::XdxfCachingDialog(QWidget *parent): QDialog(parent) {
 }
 
 
-void XdxfCachingDialog::reject() {
-    return;
-}
-
-
 void XdxfCachingDialog::updateCachingProgress(int progress, int time) {
     cachingProgressBar->setValue(progress);