mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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:
parent
e882f797bf
commit
892bc7dac3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user