Missing connect

This commit is contained in:
Albert Vaca 2015-03-13 00:01:17 -07:00
parent a3decd542c
commit dedd338bb7

View file

@ -38,6 +38,7 @@ PauseMusicConfig::PauseMusicConfig(QWidget *parent, const QVariantList& )
connect(m_ui->rad_ringing, SIGNAL(toggled(bool)), this, SLOT(changed()));
connect(m_ui->rad_talking, SIGNAL(toggled(bool)), this, SLOT(changed()));
connect(m_ui->check_pause, SIGNAL(toggled(bool)), this, SLOT(changed()));
connect(m_ui->check_mute, SIGNAL(toggled(bool)), this, SLOT(changed()));
}