Merge branch 'master' into google
[mdictionary] / src / mdictionary / backbone / BookmarkTranslations.h
index 3b31871..286a7af 100644 (file)
@@ -50,8 +50,8 @@ public:
         return _key;
     }
 
-    //! \return parsed raw format into html
-    QString toHtml() const {
+    //! \return parsed raw format into xml
+    QString toXml() const {
         if(!_key.size() || !_bookmarks)
             return "";