]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiInfo.h
Use QFontMetrics information for underlines (and friends) width and position
[lyx.git] / src / frontends / qt4 / GuiInfo.h
index 4d3e2965313ec105466807b88575d208e07f5ebb..2fecdbed7fb396e525a6bb6ffefe7f96aed28e45 100644 (file)
@@ -35,7 +35,7 @@ private:
        FuncCode creationCode() const { return LFUN_INFO_INSERT; }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
-       bool checkWidgets(bool readonly = false) const;
+       bool checkWidgets(bool readonly) const;
        //@}
 };