changed the return value of searchWordList function
[mdictionary] / trunk / src / plugins / xdxf / src / XdxfPlugin / TranslationXdxf.h
index 2df2965..14ba317 100644 (file)
@@ -23,7 +23,10 @@ public:
     //! \return parsed raw format into html
     QString toHtml() const;
 
+    //! sets the word for which we want to find a translation
     void setKey(QString);
+
+    //! sets information about dictionary
     void setDictionaryInfo(QString);