Salome HOME
Issue #2052: Modification of parameters don't work (sketch, extrusion)
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetChoice.h
index e0f90d7203fbe9135913cb29cf6914dcf3a6123c..f88a56e7f57690911f73070c5f8a469ab484a7fc 100644 (file)
@@ -60,12 +60,15 @@ 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:
   /// Saves the internal parameters to the given feature
   /// \return True in success
-  virtual bool storeValueCustom() const;
+  virtual bool storeValueCustom();
 
   virtual bool restoreValueCustom();