]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_Operation.cpp
Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / ModuleBase / ModuleBase_Operation.cpp
index 519efbf13ebacbf35de46b6122d47232925a8f21..d5a0ce993ebb9c9e6bd49deeb7a00da8c59ba640 100644 (file)
@@ -16,8 +16,6 @@
 #include <ModelAPI_PluginManager.h>
 #include <ModelAPI_Document.h>
 
-#include <GeomDataAPI_Point2D.h>
-
 #ifdef _DEBUG
 #include <QDebug>
 #endif
@@ -198,6 +196,19 @@ void ModuleBase_Operation::start()
   emit started();
 }
 
+/*!
+ * \brief Resumes operation
+ *
+ * Public slot. Verifies whether operation can be started and starts operation.
+ * This slot is not virtual and cannot be redefined. Redefine startOperation method
+ * to change behavior of operation. There is no point in using this method. It would
+ * be better to inherit own operator from base one and redefine startOperation method
+ * instead.
+ */
+void ModuleBase_Operation::resume()
+{
+}
+
 /*!
  * \brief Aborts operation
  *