]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiHyperlink.h
Use QFontMetrics information for underlines (and friends) width and position
[lyx.git] / src / frontends / qt4 / GuiHyperlink.h
index d2dd0ee0fb57a37bc8b4816341f2b4e8de9d04be..4e319642680add787ea67301a15c5348fa6f67d5 100644 (file)
@@ -34,7 +34,7 @@ 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 & data);
        //@}
 };