]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiNomenclature.h
Use QFontMetrics information for underlines (and friends) width and position
[lyx.git] / src / frontends / qt4 / GuiNomenclature.h
index 502f8de53a8041dbac89a686a5b396ad72447bfd..7e4c7f5c181a11787a04a3f4f2cc7328cc3f4248 100644 (file)
@@ -35,7 +35,8 @@ private:
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
-       bool checkWidgets() const;
+       bool checkWidgets(bool readonly) const;
+       bool initialiseParams(std::string const &);
        //@}
 };