remove code that belongs in another branch

felipesanches-svg
don bright 2012-07-22 22:20:40 -05:00
parent 1d40052f82
commit 54c7cb2422
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ OpenCSGWarningDialog::OpenCSGWarningDialog(QWidget*)
connect(this->showBox, SIGNAL(toggled(bool)),
Preferences::inst()->openCSGWarningBox, SLOT(setChecked(bool)));
connect(this->showBox, SIGNAL(toggled(bool)),
Preferences::inst(), SLOT(enableOpenCSGChanged(bool)));
Preferences::inst(), SLOT(openCSGWarningChanged(bool)));
connect(this->enableOpenCSGBox, SIGNAL(toggled(bool)),
Preferences::inst()->enableOpenCSGBox, SLOT(setChecked(bool)));