]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiBranch.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiBranch.h
index 326839758b417db65dcf6e3494c56723b93ba599..69aaa8105262ce1a33199d15f611e05fb1317d93 100644 (file)
@@ -32,6 +32,7 @@ private:
        //@{
        InsetCode insetCode() const { return BRANCH_CODE; }
        FuncCode creationCode() const { return LFUN_BRANCH_INSERT; }
+       QString dialogTitle() const { return qt_("Branch Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
        bool checkWidgets(bool readonly) const;