From af65301fd07ae310c18cc951661de3abf1e59bd9 Mon Sep 17 00:00:00 2001 From: ouv Date: Fri, 11 Jan 2019 09:42:15 +0300 Subject: [PATCH] Minor change (removed incorrect signal/slot connection). --- src/Plot2d/Plot2d_SetupCommentsDlg.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Plot2d/Plot2d_SetupCommentsDlg.cxx b/src/Plot2d/Plot2d_SetupCommentsDlg.cxx index 74d246c69..5f5c21b70 100644 --- a/src/Plot2d/Plot2d_SetupCommentsDlg.cxx +++ b/src/Plot2d/Plot2d_SetupCommentsDlg.cxx @@ -120,7 +120,6 @@ Plot2d_SetupCommentsDlg::Plot2d_SetupCommentsDlg( QWidget* theParent ) aMainLayout->setSpacing( 0 ); aMainLayout->addWidget( aGrp ); - connect( myTable, SIGNAL( cellChanged( int, int ) ), SLOT( onValueChanged( int, int ) ) ); connect( aRemoveBtn, SIGNAL( clicked() ), SLOT( onRemove() ) ); setButtonPosition( Right, Cancel ); -- 2.39.2