Some cleanup related to OSC.

This commit is contained in:
Tats
2016-05-12 17:39:18 +00:00
parent 5e6179fbae
commit 9f8a967af1
4 changed files with 24 additions and 22 deletions

View File

@@ -79,9 +79,7 @@ void PreferencesDialog::resetValues()
void PreferencesDialog::accept_cb()
{
std::cout << "Values:" <<
" osc port=" << _osc_port_numbox->value() <<
std::endl;
qDebug() << "Values:" << " osc port=" << _osc_port_numbox->value() << endl;
this->_main_window->setOscPort(this->_osc_port_numbox->value());
this->setResult(QMessageBox::Ok);
this->close();