]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiVSpace.h
rename buffer parameter math_number_before to math_numbering_side
[lyx.git] / src / frontends / qt4 / GuiVSpace.h
index f36a519c99cccd5a3ae420f3878395519e846a3c..36b4fecffa2f8192d7e21da3684e457d59084728 100644 (file)
@@ -37,8 +37,10 @@ private:
        //@{
        InsetCode insetCode() const { return VSPACE_CODE; }
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
+       QString dialogTitle() const { return qt_("Vertical Space Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
+       bool checkWidgets(bool readonly) const;
        //@}
 };