Missing connect
This commit is contained in:
parent
a3decd542c
commit
dedd338bb7
1 changed files with 1 additions and 0 deletions
|
@ -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()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue