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
This commit is contained in:
Vincent van Ravesteijn 2010-10-31 23:59:07 +00:00
parent e882f797bf
commit 892bc7dac3

View File

@ -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;