mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
GuiPrintNomencl.h: fix bug #10819 also for 2.3.x
This commit is contained in:
parent
b32e719f82
commit
998d39fa28
@ -37,6 +37,7 @@ private:
|
|||||||
//@{
|
//@{
|
||||||
InsetCode insetCode() const { return NOMENCL_PRINT_CODE; }
|
InsetCode insetCode() const { return NOMENCL_PRINT_CODE; }
|
||||||
FuncCode creationCode() const { return LFUN_INSET_INSERT; }
|
FuncCode creationCode() const { return LFUN_INSET_INSERT; }
|
||||||
|
QString dialogTitle() const { return qt_("Nomenclature List Settings"); }
|
||||||
void paramsToDialog(Inset const *);
|
void paramsToDialog(Inset const *);
|
||||||
void paramsToDialog(InsetCommandParams const &);
|
void paramsToDialog(InsetCommandParams const &);
|
||||||
docstring dialogToParams() const;
|
docstring dialogToParams() const;
|
||||||
|
Loading…
Reference in New Issue
Block a user