Salome HOME
Auto-rebuild management
[modules/shaper.git] / src / XGUI / XGUI_Workshop.h
index b25938005a21f9ef06f57dd2fdaf6f83407eab23..f9504dfeedefbeb88c713a3f3ccc275ba144a009 100755 (executable)
@@ -320,6 +320,8 @@ Q_OBJECT
   /// \param theDirectory a path to directory
   void openDirectory(const QString& theDirectory);
 
+  void updateAutoComputeState();
+
 signals:
   /// Emitted when selection happens in Salome viewer
   void salomeViewerSelection();
@@ -396,7 +398,7 @@ signals:
 #endif
 
   /// A slot calleon toggle of auto-compute button
-  void onAutoApply(bool isToggle);
+  void onAutoApply();
 
   /// Activates/deactivates the trihedron in the viewer AIS context
   void onTrihedronVisibilityChanged(bool theState);