Update rest of plugins for model.displayName

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1081 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-06-06 08:16:59 +00:00
parent c53ec765dd
commit e29bf1d655
2 changed files with 5 additions and 9 deletions

View File

@@ -29,7 +29,7 @@
stereoEnhancerControls::stereoEnhancerControls( stereoEnhancerEffect * _eff ) :
effectControls( _eff ),
m_effect( _eff ),
m_widthModel(0.0f, 0.0f, 180.0f, 1.0f, tr( "Width" ) )
m_widthModel(0.0f, 0.0f, 180.0f, 1.0f, this, tr( "Width" ) )
{
connect( &m_widthModel, SIGNAL( dataChanged( void ) ),
this, SLOT( changeWideCoeff( void ) ) );