Salome HOME
Value state is provided in ModelWidget to remove 'myIsCurrentValueUnderModification...
[modules/shaper.git] / src / XGUI / XGUI_ModuleConnector.h
index 27aaa47c8f8d8fcd7477855899f850a4571e0cd7..598c7a22e956a9605ad9855a9c772a90aee39386 100644 (file)
@@ -63,12 +63,12 @@ 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
+  //! \param theOperation a stopped operation
   //! \return boolean result
   virtual bool canStopOperation(ModuleBase_Operation* theOperation);
 
   //! Aborts the operation. The operation manager is called.
-  //! \param theId an aborted operation
+  //! \param theOperation an aborted operation
   void abortOperation(ModuleBase_Operation* theOperation);
 
   //! Returns AIS object by data object