From 892bc7dac34011cf8127cd574503b754f50023dd Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Sun, 31 Oct 2010 23:59:07 +0000 Subject: [PATCH] In r35952 we reverted r35933, but InsetParamsWidget.h was forgotten. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35954 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/InsetParamsWidget.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/frontends/qt4/InsetParamsWidget.h b/src/frontends/qt4/InsetParamsWidget.h index 1ab3a2e7ce..8e5098803f 100644 --- a/src/frontends/qt4/InsetParamsWidget.h +++ b/src/frontends/qt4/InsetParamsWidget.h @@ -25,7 +25,6 @@ class QLineEdit; namespace lyx { class Inset; -class InsetCommandParams; namespace frontend { @@ -67,9 +66,8 @@ public: /// virtual docstring dialogToParams() const = 0; /// - virtual void paramsToDialog(InsetCommandParams const & /*params*/) {} - /// - virtual bool initialiseParams(std::string const & data); + virtual bool initialiseParams(std::string const & /*data*/) + { return false; } /// \return true if all CheckedWidgets are in a valid state. virtual bool checkWidgets() const; -- 2.39.2