change comment's and fix bug (xslt transform)
[mdictionary] / src / plugins / google / TranslationGoogle.h
index 3004cbf..187262a 100644 (file)
@@ -18,8 +18,8 @@
     Copyright 2010 Comarch S.A.
 
 *******************************************************************************/
-
-/*! \file TranslationGoogle.h
+/*!
+    \file TranslationGoogle.h
     \author Jakub Jaszczynski <j.j.jaszczynski@gmail.com>
 */
 
@@ -45,17 +45,19 @@ 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
     void setDictionaryInfo(QString);
 
     //! \return whether given translation is taken from bookmarks
-    bool isBookmark() const {
+    int isBookmark() const {
         return _bookmark;
-   }
+    }
 
     //! \returns corresponding dict object
     uint dict() const {return _dictHash;}