]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Porting to Qt 4
authorvsr <vsr@opencascade.com>
Mon, 21 May 2007 11:54:36 +0000 (11:54 +0000)
committervsr <vsr@opencascade.com>
Mon, 21 May 2007 11:54:36 +0000 (11:54 +0000)
src/Qtx/QtxActionSet.cxx

index 20e119b7fac7030d8491a8900f1ee2970844ad01..38419b25bd370d6fe016f1c16d9431f415672d61 100644 (file)
@@ -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
+*/