Salome HOME
Issue #2541: Clear remaining messages after undo/redo of last operation
[modules/shaper.git] / src / SHAPERGUI / SHAPERGUI.h
index 1d6e4808f5e5809648f98c020c824dbaa4910602..ffe975ca2813e5b5b0633bf423ae6ad28b958ee9 100644 (file)
@@ -182,6 +182,12 @@ Q_OBJECT
   /// Hide object browser if it was created during loading script
   void onScriptLoaded();
 
+  /// Save application functionality with additional processing of aborting the current operation
+  void onSaveDocByShaper();
+
+  /// Save application functionality with additional processing of aborting the current operation
+  void onSaveAsDocByShaper();
+
   /// Obtains the current application and updates its actions
   void onUpdateCommandStatus();