X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiLine.h;h=076d5444b129f21cd7f89d4461f4fc824a1de9d3;hb=1f10969bb5c5f36017bf5ba8671381b09945cf57;hp=b0518182f704144d121bb021ca67f3db380887cc;hpb=18b52e7bc50790539383e6b04c386071e233ca29;p=lyx.git diff --git a/src/frontends/qt4/GuiLine.h b/src/frontends/qt4/GuiLine.h index b0518182f7..076d5444b1 100644 --- a/src/frontends/qt4/GuiLine.h +++ b/src/frontends/qt4/GuiLine.h @@ -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. @@ -30,9 +31,10 @@ private: //@{ InsetCode insetCode() const { return LINE_CODE; } FuncCode creationCode() const { return LFUN_INSET_INSERT; } + QString dialogTitle() const { return qt_("Line Settings"); } void paramsToDialog(Inset const *); docstring dialogToParams() const; - bool checkWidgets() const; + bool checkWidgets(bool readonly) const; //@} };