From: stv Date: Fri, 15 Jun 2007 09:00:30 +0000 (+0000) Subject: no message X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1eef515f53e5456072788a469bc59183354eabf7;p=modules%2Fgui.git no message --- diff --git a/src/Qtx/QtxActionSet.cxx b/src/Qtx/QtxActionSet.cxx index 38419b25b..fb4378853 100644 --- a/src/Qtx/QtxActionSet.cxx +++ b/src/Qtx/QtxActionSet.cxx @@ -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( sender() ); if ( !a )