Salome HOME
History menu: improvments and bugfixes
[modules/shaper.git] / src / ModuleBase / ModuleBase_Operation.h
index 8842230b25a0f726d85989fee69a774dbfa25d19..f43ed76e18752ad394676cb25c6d03e983e74639 100644 (file)
@@ -50,6 +50,9 @@ class MODULEBASE_EXPORT ModuleBase_Operation : public QObject
 Q_OBJECT
 
  public:
+
+  /// Appends to operation's history id, if it is an "edit" operation (myIsEditing == true)
+  static QString EditSuffix() { return "_E"; }
   /// Constructor
   /// \param theId the operation identifier
   /// \param theParent the QObject parent