Salome HOME
Abort document operation after error in process apply (Bug #340).
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_StreamOp.h
index 9e8730c8127fb3deb32a73605c6ec04d2c77f3f7..8d356e0ac76def86a719ed8c1c39f45712903e9c 100755 (executable)
@@ -48,6 +48,8 @@ protected:
 
   virtual bool                 processApply( int& theUpdateFlags, QString& theErrorMsg );
 
+  virtual bool                 isToAbortOnApply() const { return false; }
+
 private slots:
   void                         onAddProfiles();
   void                         onRemoveProfiles( const QStringList& );