X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiThesaurus.h;h=57544a6b3e96c477d33661529cd80ac40bce2241;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=e5671fba36e756f5fee9cf7f0bb1a4c452851c3a;hpb=42015a8ebd17092c9b55c9519015119d04f52218;p=lyx.git diff --git a/src/frontends/qt4/GuiThesaurus.h b/src/frontends/qt4/GuiThesaurus.h index e5671fba36..57544a6b3e 100644 --- a/src/frontends/qt4/GuiThesaurus.h +++ b/src/frontends/qt4/GuiThesaurus.h @@ -37,7 +37,6 @@ private Q_SLOTS: void itemClicked(QTreeWidgetItem *, int); private: - void closeEvent(QCloseEvent * e); /// update void updateContents(); /// @@ -55,7 +54,8 @@ private: void replace(docstring const & newstr); /// get meanings - Thesaurus::Meanings const & getMeanings(docstring const & str); + Thesaurus::Meanings const & getMeanings(docstring const & str, + docstring const & lang); private: /// last string looked up @@ -67,6 +67,9 @@ private: /// original string docstring text_; + /// language + docstring lang_; + /// not needed. void apply() {} };