X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_PropertyPanel.h;h=958d0ae5908853a81ea15298443b8095c768202f;hb=220bd2b37119be1c65abf88a88792445cb9d99f8;hp=4091de92d0fc7bf87122fbea8ee11ab8e474a9d0;hpb=fcefcf6d4c59e6eb9117cd009b3029e96e23c1ee;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_PropertyPanel.h b/src/XGUI/XGUI_PropertyPanel.h index 4091de92d..958d0ae59 100644 --- a/src/XGUI/XGUI_PropertyPanel.h +++ b/src/XGUI/XGUI_PropertyPanel.h @@ -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