X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_IPropertyPanel.h;h=c9f51e1224e2ba79976de4aab0f46f8c9facc9b1;hb=eef14b29d313b9dd16453d12f20aa02383ee139c;hp=b5b302d2232d963d9d16b5fcb9b74a09bbe9afa0;hpb=fcefcf6d4c59e6eb9117cd009b3029e96e23c1ee;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_IPropertyPanel.h b/src/ModuleBase/ModuleBase_IPropertyPanel.h index b5b302d22..c9f51e122 100644 --- a/src/ModuleBase/ModuleBase_IPropertyPanel.h +++ b/src/ModuleBase/ModuleBase_IPropertyPanel.h @@ -75,8 +75,9 @@ public: signals: /// The signal about key release on the control, that corresponds to the attribute + /// \param theObject a sender of the event /// \param theEvent key release event - void keyReleased(QKeyEvent* theEvent); + void keyReleased(QObject* theObject, QKeyEvent* theEvent); /// The signal about the widget activation /// \param theWidget the activated widget