]> git.lyx.org Git - lyx.git/blobdiff - src/Thesaurus.h
Fix compilation with Qt4.2
[lyx.git] / src / Thesaurus.h
index 65cd0de6553c4e846a1169cbfa074f6ab5017dfb..9c0bdc61de99e0855ab3a073e44ca0766dded1e9 100644 (file)
@@ -39,8 +39,12 @@ public:
         * look up some text in the thesaurus
         */
        Meanings lookup(docstring const & text, docstring const & lang);
-       /// check if a thesaurus for a given language \p lang is available
+       /** check if a thesaurus for a given language \p lang is available
+        *  (installed and loaded)
+        */
        bool thesaurusAvailable(docstring const & lang) const;
+       /// check if a thesaurus for a given language \p lang is installed
+       bool thesaurusInstalled(docstring const & lang) const;
 
 private:
        struct Private;