fix bug's (translation color in stardict and kept settings after leave)
[mdictionary] / src / plugins / stardict / TranslationStarDict.h
index 6582324..5c68df9 100644 (file)
@@ -52,8 +52,10 @@ public:
     //! \return parsed raw format into xml
     QString toXml() const;
 
-    /*! sets the word for which we want to find a translation
-        \param word for which we want to find a translation */
+    /*!
+        sets the word for which we want to find a translation
+        \param word for which we want to find a translation
+    */
     void setKey(QString);
 
     //! sets information about dictionary
@@ -67,7 +69,8 @@ public:
     //! returns corresponding dict object
     uint dict() const {return _dictHash;}
 
-    /*! Add another hit in *.id(x) file
+    /*!
+        Add another hit in *.id(x) file
         \param offset offset from begining of file to searched keyword
         \param len lenght of searched keyword
     */