Salome HOME
Merge branch 'csgroup_IS2'
[modules/shaper.git] / src / ModuleBase / ModuleBase_Operation.h
index ecc4c7c079de77230bd43f08be0efa3fbb05bb8b..5f8b722ac87998251470da26686cb3ee685626fd 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
@@ -80,10 +80,7 @@ Q_OBJECT
   virtual bool isGranted(QString theId) const;
 
   /// Returns True if data of its feature was modified during operation
-  virtual bool isModified() const { return myIsModified; }
-
-  /// Change the modified state of the operation
-  void setIsModified(const bool theIsModified) { myIsModified = theIsModified;  }
+  virtual bool isModified() const;
 
   /// Returns operations Id from it's description
   QString id() const;