Salome HOME
Issue #2052: Modification of parameters don't work (sketch, extrusion)
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetChoice.h
index e5c66a9cc0327f0c7d6ab2c7ca3f5f16434cee38..f88a56e7f57690911f73070c5f8a469ab484a7fc 100644 (file)
@@ -60,6 +60,9 @@ Q_OBJECT
   QString getPropertyPanelTitle(int theIndex);
 
 signals:
+  /// Segnal about selected item
+  /// \param theWidget selected widget
+  /// \param theIndex selected index
   void itemSelected(ModuleBase_ModelWidget* theWidget, int theIndex);
 
 protected: