X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiNomenclature.h;h=7e4c7f5c181a11787a04a3f4f2cc7328cc3f4248;hb=b6b263b9fc4cd70849c60de9f8849c346b3c12ab;hp=dcdd10fab32506e90cf2d7b6dc81372d1e412312;hpb=796bcb8c259af7f9c50cda455cee7cf441abea45;p=lyx.git diff --git a/src/frontends/qt4/GuiNomenclature.h b/src/frontends/qt4/GuiNomenclature.h index dcdd10fab3..7e4c7f5c18 100644 --- a/src/frontends/qt4/GuiNomenclature.h +++ b/src/frontends/qt4/GuiNomenclature.h @@ -35,7 +35,7 @@ private: FuncCode creationCode() const { return LFUN_INSET_INSERT; } void paramsToDialog(Inset const *); docstring dialogToParams() const; - bool checkWidgets() const; + bool checkWidgets(bool readonly) const; bool initialiseParams(std::string const &); //@} };