Salome HOME
Issue #905 Update of invalid feature representation in property panel
[modules/shaper.git] / src / XGUI / XGUI_ModuleConnector.h
index 428cefe32c33b6e7071aefa8e9f5767fb7691f2c..4a2be1a4842773b22c4bc11dbd9861e9007833ab 100644 (file)
@@ -63,8 +63,9 @@ Q_OBJECT
   virtual ModuleBase_Operation* findStartedOperation(const QString& theId);
 
   //! Returns true if the operation with id theId can be stopped. The operation manager is called.
+  //! \param theId a stopped operation
   //! \return boolean result
-  virtual bool canStopOperation();
+  virtual bool canStopOperation(ModuleBase_Operation* theOperation);
 
   //! Aborts the operation. The operation manager is called.
   //! \param theId an aborted operation