]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiNomenclature.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiNomenclature.h
index 9ec016f8742404e72ed105d382162ed9ba9e2448..30fb2c846fe02f6ffa304757cee8da6006ca81d7 100644 (file)
@@ -33,9 +33,10 @@ private:
        //@{
        InsetCode insetCode() const { return NOMENCL_CODE; }
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
+       QString dialogTitle() const { return qt_("Nomenclature Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
-       bool checkWidgets(bool readonly = false) const;
+       bool checkWidgets(bool readonly) const;
        bool initialiseParams(std::string const &);
        //@}
 };