Salome HOME
Make same planes cannot be used twice in partition tool
[modules/shaper.git] / src / XGUI / XGUI_PropertyPanel.h
index 4091de92d0fc7bf87122fbea8ee11ab8e474a9d0..958d0ae5908853a81ea15298443b8095c768202f 100644 (file)
@@ -123,7 +123,9 @@ public slots:
   void onActivateNextWidget(ModuleBase_ModelWidget* theWidget);
 
 signals:
-  void enterClicked();
+  /// The signal is emitted if the enter is clicked in the control of the widget
+  /// \param theObject a sender of the event
+  void enterClicked(QObject* theObject);
 
 protected:
   /// Makes the widget active, deactivate the previous, activate and hightlight the given one