]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiPrintNomencl.h
Use QFontMetrics information for underlines (and friends) width and position
[lyx.git] / src / frontends / qt4 / GuiPrintNomencl.h
index d4c0f8812692b2f3301cbdd58eede2e701a9677d..6d5de973200d7a9bb6c8c68abb6fd57ef1d1d07a 100644 (file)
@@ -17,6 +17,9 @@
 #include "ui_PrintNomenclUi.h"
 
 namespace lyx {
+
+class InsetCommandParams;
+
 namespace frontend {
 
 class GuiPrintNomencl : public InsetParamsWidget, public Ui::PrintNomenclUi
@@ -37,7 +40,7 @@ private:
        void paramsToDialog(Inset const *);
        void paramsToDialog(InsetCommandParams const &);
        docstring dialogToParams() const;
-       bool checkWidgets() const;
+       bool checkWidgets(bool readonly) const;
        //@}
 };