Merge branch 'master' into google
[mdictionary] / src / plugins / google / TranslationGoogle.h
index 3004cbf..5ce1f76 100644 (file)
@@ -53,7 +53,7 @@ public:
     void setDictionaryInfo(QString);
 
     //! \return whether given translation is taken from bookmarks
-    bool isBookmark() const {
+    int isBookmark() const {
         return _bookmark;
    }