diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-23 03:20:40 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-23 03:20:40 (GMT) |
commit | 54c7cb2422ee59fa456b1d152f2461afea8dfacf (patch) | |
tree | 4d363b690d45b6e77b89d001dd486a8c67145e2b /src | |
parent | 1d40052f82ac50d70914c9abad2c8ada1837a83b (diff) |
remove code that belongs in another branch
Diffstat (limited to 'src')
-rw-r--r-- | src/OpenCSGWarningDialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OpenCSGWarningDialog.cc b/src/OpenCSGWarningDialog.cc index 1ed9217..5648576 100644 --- a/src/OpenCSGWarningDialog.cc +++ b/src/OpenCSGWarningDialog.cc @@ -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))); |