]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Signal activated() was changed on triggered() for class QAction.
authornds <nds@opencascade.com>
Thu, 10 Jan 2008 04:47:42 +0000 (04:47 +0000)
committernds <nds@opencascade.com>
Thu, 10 Jan 2008 04:47:42 +0000 (04:47 +0000)
src/TableViewer/TableViewer_ViewWindow.cxx

index 55c7c4c00a2738a2db1eb583fda6919f28bf0283..0a94850b62f4b79d2ef8a8682f19172f62a0e116 100755 (executable)
@@ -307,7 +307,7 @@ void TableViewer_ViewWindow::registerAction( const int id, QtxAction* a )
     return;
 
   myActionsMap.insert( id, a );
-  connect( a, SIGNAL( activated() ), this, SLOT( onActivated() ) );
+  connect( a, SIGNAL( triggered() ), this, SLOT( onActivated() ) );
 }
 
 QtxAction* TableViewer_ViewWindow::createAction( const int id, const QString& menu, const QPixmap& ico,