Salome HOME
Coding style (fix too long line)
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetIntValue.h
index 7fb7d13f487663b4c6f369ca6c3bd024e4ff33d6..1ed4487ae55a87d5d2cedd9ea85a109e84731f50 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2021  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
@@ -58,6 +58,9 @@ Q_OBJECT
   /// \return a control list
   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();