Salome HOME
Correction tab logic.
[modules/shaper.git] / src / XGUI / XGUI_ModuleConnector.h
index 598c7a22e956a9605ad9855a9c772a90aee39386..4b2ed19f4b8cd6bb2100a6628e2a4108ce1d904f 100644 (file)
@@ -81,6 +81,9 @@ Q_OBJECT
   //! If the list is empty then selection will be cleared
   virtual void setSelected(const QList<ModuleBase_ViewerPrs>& theValues);
 
+   /// Update of commands status
+  virtual void updateCommandStatus();
+
   //! Returns workshop
   XGUI_Workshop* workshop() const { return myWorkshop; }