change and add some comments, remove some warning
[mdictionary] / src / plugins / xdxf / XdxfDialog.cpp
index dbe5ab2..1a4c986 100644 (file)
@@ -64,7 +64,7 @@ XdxfDialog::XdxfDialog(XdxfPlugin *plugin,
 }
 
 
-void XdxfDialog::fileDownloaded(QString name) {
+void XdxfDialog::fileDownloaded(QString) {
     infoLabel->setText(tr("Dictionary file: %1").arg(XdxfPlugin::dictDownloader.downloadedFile()));
     _dictionaryFilePath = XdxfPlugin::dictDownloader.downloadedFile();
     updateGeometry();