From 807e69729b2fe48f916d3be84329aa4deac275d8 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 21 May 2007 11:54:36 +0000 Subject: [PATCH] Porting to Qt 4 --- src/Qtx/QtxActionSet.cxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 +*/ -- 2.39.2