Skip to content

Commit

Permalink
osc: disable locking broadcast to 255.255.255.255
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 11, 2024
1 parent 5765677 commit f26850e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ class UDPWidget : public QWidget
m_broadcast = new QCheckBox{this};
m_broadcast->setCheckState(Qt::Unchecked);
m_broadcast->setWhatsThis(tr("Broadcast to every device in the IP broadcast range"));
connect(m_broadcast, &QCheckBox::stateChanged, this, [this](int checked) {
m_host->setEnabled(!checked);
});

m_host = new QLineEdit(this);
m_host->setText("127.0.0.1");
Expand Down

0 comments on commit f26850e

Please sign in to comment.