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:
@@ -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 ) ) );
|
||||
|
||||
Reference in New Issue
Block a user