]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiLine.h
Use QFontMetrics information for underlines (and friends) width and position
[lyx.git] / src / frontends / qt4 / GuiLine.h
index 0ad68337f0ccbf3755cc13496db87a7084fbf1d5..a1fded8ecc79e8865fcf78f297e16a8c4c954496 100644 (file)
@@ -33,7 +33,7 @@ private:
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
-       bool checkWidgets() const;
+       bool checkWidgets(bool readonly) const;
        //@}
 };