]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiLine.h
Amend f441590c
[lyx.git] / src / frontends / qt4 / GuiLine.h
index b0518182f704144d121bb021ca67f3db380887cc..a1fded8ecc79e8865fcf78f297e16a8c4c954496 100644 (file)
@@ -4,6 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
+ * \author Abdelrazak Younes
  * \author Uwe Stöhr
  *
  * Full author contact details are available in file CREDITS.
@@ -32,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;
        //@}
 };