X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_OperationFeature.h;h=4f96cd56e284f39548a13f599555d8e5cfe76eda;hb=eef14b29d313b9dd16453d12f20aa02383ee139c;hp=ab0ce8c900ab13485f5ecf6333ff950674daf10b;hpb=1a121b1e8e39095614e936eb0b8f606f9d8cdaf2;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_OperationFeature.h b/src/ModuleBase/ModuleBase_OperationFeature.h index ab0ce8c90..4f96cd56e 100755 --- a/src/ModuleBase/ModuleBase_OperationFeature.h +++ b/src/ModuleBase/ModuleBase_OperationFeature.h @@ -67,9 +67,10 @@ Q_OBJECT /// Change the operation mode from create to edit. /// The transaction and the operation name in the model history of transaction are the same. /// It updates the edit state in the widgets of property panel - /// \param theRestartTransaction if true, the current model transaction is committed and + /// \param isEditState boolean state whether the operation should become editing or creating + // \param theRestartTransaction if true, the current model transaction is committed and /// the new one is started - void setEditOperation(const bool theRestartTransaction); + void setEditOperation(const bool& isEditState/*const bool theRestartTransaction*/); /// Returns the operation feature /// \return the feature