Salome HOME
Set font of the Root Label the same as in Tree View
[modules/shaper.git] / src / XGUI / XGUI_ModuleConnector.cpp
index 301b1019285ed126fa4d9407c4146b606394b80b..ee5f029d8445a4dd698c781be9e7555f00ae9bc0 100644 (file)
@@ -123,9 +123,9 @@ ModuleBase_Operation* XGUI_ModuleConnector::findStartedOperation(const QString&
   return myWorkshop->operationMgr()->findOperation(theId);
 }
 
-bool XGUI_ModuleConnector::canStopOperation()
+bool XGUI_ModuleConnector::canStopOperation(ModuleBase_Operation* theOperation)
 {
-  return myWorkshop->operationMgr()->canStopOperation();
+  return myWorkshop->operationMgr()->canStopOperation(theOperation);
 }
 
 void XGUI_ModuleConnector::abortOperation(ModuleBase_Operation* theOperation)