]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiInfo.h
Add missing initialization
[lyx.git] / src / frontends / qt4 / GuiInfo.h
index 5b8259ba7cc96f09708b758acccb2e85d4c22ec0..f0ebfc474cd64a07fa7c501b9f1e593a74001df6 100644 (file)
@@ -31,10 +31,12 @@ public:
 private:
        /// \name InsetParamsWidget inherited methods
        //@{
-       InsetCode insetCode() { return INFO_CODE; }
-       FuncCode creationCode() { return LFUN_INFO_INSERT; }
+       InsetCode insetCode() const { return INFO_CODE; }
+       FuncCode creationCode() const { return LFUN_INFO_INSERT; }
+       QString dialogTitle() const { return qt_("Info Inset Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
+       bool checkWidgets(bool readonly) const;
        //@}
 };