changed the format of translation display
[mdictionary] / trunk / src / plugins / xdxf / src / xdxfplugin.h
index 38cd88a..f964251 100644 (file)
@@ -42,6 +42,8 @@ class XdxfPlugin : public CommonDictInterface
 public:
     XdxfPlugin(QObject *parent=0);
 
+    virtual ~XdxfPlugin();
+
     //! returns source language code iso 639-2
     QString langFrom() const;
 
@@ -58,7 +60,7 @@ public:
     QString infoNote() const;
 
     /*! returns DictDialog object that creates dialogs
-        for adding new dictionary and change plugin settings
+        for adding new dictionary and change plugin tings
       */
     DictDialog* dictDialog();