]> 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 9ec016f8742404e72ed105d382162ed9ba9e2448..7e4c7f5c181a11787a04a3f4f2cc7328cc3f4248 100644 (file)
@@ -35,7 +35,7 @@ private:
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
-       bool checkWidgets(bool readonly = false) const;
+       bool checkWidgets(bool readonly) const;
        bool initialiseParams(std::string const &);
        //@}
 };