]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiLabel.h
Fix bug #6997
[lyx.git] / src / frontends / qt4 / GuiLabel.h
index bf0454f378cbb57540d8ea58f0e563f5fc55c6d9..d616cbf1f5c5228f3a47026e3d70061f21209e31 100644 (file)
@@ -33,9 +33,9 @@ private:
        InsetCode insetCode() const { return LABEL_CODE; }
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
        void paramsToDialog(Inset const *);
-       void paramsToDialog(InsetCommandParams const & params);
        docstring dialogToParams() const;
        bool checkWidgets() const;
+       bool initialiseParams(std::string const &);
        //@}
 };