mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
Fix for QT 5.12
This commit is contained in:
parent
0fa9026e62
commit
7b8ad1c6cf
@ -443,7 +443,7 @@ void RemoteControlGUI::createControls(RemoteControlDeviceGUI *gui, QBoxLayout *v
|
||||
|
||||
combo->setToolTip("Set value for " + info->m_name);
|
||||
combo->insertItems(0, info->m_values);
|
||||
connect(combo, &QComboBox::textActivated,
|
||||
connect(combo, &QComboBox::currentTextChanged,
|
||||
[=] (const QString &text)
|
||||
{
|
||||
RemoteControl::MsgDeviceSetState *message = RemoteControl::MsgDeviceSetState::create(gui->m_rcDevice->m_protocol,
|
||||
|
Loading…
Reference in New Issue
Block a user