]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiBranch.h
Handle correctly zero table special arguments.
[lyx.git] / src / frontends / qt4 / GuiBranch.h
index 62f2ecaa2a9b121d3fdee7bebc1b2c9ea29cfe9e..69aaa8105262ce1a33199d15f611e05fb1317d93 100644 (file)
@@ -32,8 +32,10 @@ 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;
        //@}
 };