]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiPrintNomencl.h
Do not show master's errors if compiling child
[lyx.git] / src / frontends / qt4 / GuiPrintNomencl.h
index d4c0f8812692b2f3301cbdd58eede2e701a9677d..54e6d9614d5021bda67a29248ee6299e6fbd9d7a 100644 (file)
@@ -17,6 +17,9 @@
 #include "ui_PrintNomenclUi.h"
 
 namespace lyx {
+
+class InsetCommandParams;
+
 namespace frontend {
 
 class GuiPrintNomencl : public InsetParamsWidget, public Ui::PrintNomenclUi
@@ -34,10 +37,11 @@ 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;
-       bool checkWidgets() const;
+       bool checkWidgets(bool readonly) const;
        //@}
 };