Merge branch 'issue220' of https://github.com/wongcc966422/lmms into issue220

This commit is contained in:
Wong Cho Ching
2014-02-01 18:10:42 +08:00

View File

@@ -51,7 +51,7 @@ PeakController::PeakController( Model * _parent,
m_peakEffect( _peak_effect )
{
if( m_peakEffect )
{
{
connect( m_peakEffect, SIGNAL( destroyed( ) ),
this, SLOT( handleDestroyedEffect( ) ) );
}