]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_OperationMgr.h
Salome HOME
Preparations for Split operation. It includes:
[modules/shaper.git] / src / XGUI / XGUI_OperationMgr.h
index 41d678c599678afa5c04ec0cff62395cd5539b6d..cca5bb926a37e9c32b903f1a7b36e28ceea54b3e 100755 (executable)
@@ -127,9 +127,6 @@ public slots:
   bool abortAllOperations();
 
 signals:
-  /// Signal about an operation is started. It is emitted after the start() of operation is done.
-  void operationStarted(ModuleBase_Operation* theOperation);
-
   /// Signal about an operation is stopped. It is emitted after the stop() of operation is done.
   /// \param theOperation a stopped operation
   void operationStopped(ModuleBase_Operation* theOperation);