Salome HOME
Issue #20245: New error when loading python dump: attribute "ExternalFeature" is...
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetLineEdit.h
index 05d6b1ed577d76469d61f67f42e0d4b29e27776c..bb717217c9f6703115c2f18e10f0584b8acb7464 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -51,6 +51,9 @@ class MODULEBASE_EXPORT ModuleBase_WidgetLineEdit : public ModuleBase_ModelWidge
   /// Redefinition of virtual method
   virtual QList<QWidget*> getControls() const;
 
+  /// Returns True if data of its feature was modified during operation
+  virtual bool isModified() const;
+
 protected:
   /// Returns true if the event is processed.
   virtual bool processEnter();