Merge fix

This commit is contained in:
Hyunjin Song
2022-11-11 11:37:57 +09:00
parent bd976bfeb4
commit 92d046db9f
2 changed files with 3 additions and 4 deletions

View File

@@ -164,8 +164,8 @@ void LadspaMatrixControlDialog::updateEffectView( LadspaControls * ladspaControl
m_stereoLink->setModel( &ladspaControls->m_stereoLinkModel );
}
connect( ladspaControls, SIGNAL( effectModelChanged( LadspaControls * ) ),
this, SLOT( updateEffectView( LadspaControls * ) ),
connect( ladspaControls, SIGNAL( effectModelChanged( lmms::LadspaControls * ) ),
this, SLOT( updateEffectView( lmms::LadspaControls * ) ),
Qt::DirectConnection );
}