]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
no message
authorstv <stv@opencascade.com>
Fri, 15 Jun 2007 09:00:30 +0000 (09:00 +0000)
committerstv <stv@opencascade.com>
Fri, 15 Jun 2007 09:00:30 +0000 (09:00 +0000)
src/Qtx/QtxActionSet.cxx

index 38419b25bd370d6fe016f1c16d9431f415672d61..fb43788532b57f44c20926fd614697df66697d57 100644 (file)
@@ -227,7 +227,7 @@ void QtxActionSet::onChanged()
   \brief Called when some action is activated by the user.
   \param on toggled state (not used)
 */
-void QtxActionSet::onActionTriggered( bool /*on*/ )
+void QtxActionSet::onActionTriggered( bool )
 {
   QAction* a = ::qobject_cast<QAction*>( sender() );
   if ( !a )