From: vsr Date: Mon, 21 May 2007 11:54:36 +0000 (+0000) Subject: Porting to Qt 4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=807e69729b2fe48f916d3be84329aa4deac275d8;p=modules%2Fgui.git Porting to Qt 4 --- diff --git a/src/Qtx/QtxActionSet.cxx b/src/Qtx/QtxActionSet.cxx index 20e119b7f..38419b25b 100644 --- a/src/Qtx/QtxActionSet.cxx +++ b/src/Qtx/QtxActionSet.cxx @@ -351,3 +351,15 @@ void QtxActionSet::update( QWidget* w ) w->insertAction( this, a ); } } + +/*! + \fn void QtxActionSet::triggered( int id ); + \brief Emitted when some child action is activated by the user. + \param action ID +*/ + +/*! + \fn void QtxActionSet::triggered( QAction* a ); + \brief Emitted when some child action is activated by the user. + \param a action being activated +*/