X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmdictionary%2Fbackbone%2FBookmarks.h;h=317237758775faabdac9cf93e88d4aa3dada61e7;hb=14cb9cc957bcdc9c39af54ba168c6816a1910a2d;hp=74534a58b2e3edee6a2c3ead47e11129b15377cc;hpb=84a7bb82879466daead05222751cfd5c6cdae42f;p=mdictionary diff --git a/src/mdictionary/backbone/Bookmarks.h b/src/mdictionary/backbone/Bookmarks.h index 74534a5..3172377 100644 --- a/src/mdictionary/backbone/Bookmarks.h +++ b/src/mdictionary/backbone/Bookmarks.h @@ -49,8 +49,8 @@ class BookmarkTranslation; /*! Bookmarks are a way to store words that You think You will need to search for often. - When You add bookmark (by clicking on "star" in words list) You add it to - special list with cached translations from all available dictionaries so + When You add a bookmark (by clicking on "star" in words list) You add it to + a special list with cached translations from all available dictionaries so You can search for them quickly even when You delete corresponding dict. */ class Bookmarks : public AccentsNormalizer { @@ -63,7 +63,7 @@ public: */ void add(Translation* translation); - /*! Removes word and corresponding translation cache from bookmark list + /*! Removes word and corresponding translation cache from bookmarks list \param translation translation to be removed */ void remove(Translation* translation); @@ -74,7 +74,7 @@ public: QList list(); /*! Searches in bookmarks for a given word (wildcards may apply '*' and '?') - \param word to search for + \param word word to search for \return list of matching Translation objects */ QList searchWordList(QString word); @@ -92,7 +92,7 @@ public: /*! \return true if a given word is already in bookmarks - \param word to check + \param word word to check */ bool inBookmarks(QString word);