GuiPrintNomencl.h: fix bug #10819 also for 2.3.x

This commit is contained in:
Uwe Stöhr 2017-12-17 02:01:49 +01:00
parent b32e719f82
commit 998d39fa28

View File

@ -37,6 +37,7 @@ private:
//@{
InsetCode insetCode() const { return NOMENCL_PRINT_CODE; }
FuncCode creationCode() const { return LFUN_INSET_INSERT; }
QString dialogTitle() const { return qt_("Nomenclature List Settings"); }
void paramsToDialog(Inset const *);
void paramsToDialog(InsetCommandParams const &);
docstring dialogToParams() const;