]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiERT.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiERT.h
index 18a1a9163cee358ed343c6ce1fbf8d60bda80448..cc4caefbaf7fac0997713c2abce97314eb73727c 100644 (file)
@@ -30,8 +30,10 @@ private:
        //@{
        InsetCode insetCode() const { return ERT_CODE; }
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
+       QString dialogTitle() const { return qt_("TeX Mode Inset Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
+       bool checkWidgets(bool readonly) const;
        //@}
 };