X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiLabel.h;h=d616cbf1f5c5228f3a47026e3d70061f21209e31;hb=8b7584846c4e1a9c87a004fab479722fee7e3013;hp=bf0454f378cbb57540d8ea58f0e563f5fc55c6d9;hpb=5320ce020673013167a23a4221e2762603889453;p=lyx.git diff --git a/src/frontends/qt4/GuiLabel.h b/src/frontends/qt4/GuiLabel.h index bf0454f378..d616cbf1f5 100644 --- a/src/frontends/qt4/GuiLabel.h +++ b/src/frontends/qt4/GuiLabel.h @@ -33,9 +33,9 @@ private: InsetCode insetCode() const { return LABEL_CODE; } FuncCode creationCode() const { return LFUN_INSET_INSERT; } void paramsToDialog(Inset const *); - void paramsToDialog(InsetCommandParams const & params); docstring dialogToParams() const; bool checkWidgets() const; + bool initialiseParams(std::string const &); //@} };