Device Emulation (contd.): remove model from deviceGroupList if deviceInfo is selected - until deviceInfo model is implemented
This commit is contained in:
parent
c75e369840
commit
bb69e644b1
@ -896,7 +896,8 @@ void PortsWindow::on_deviceInfo_toggled(bool checked)
|
||||
{
|
||||
refresh->setVisible(checked);
|
||||
|
||||
// TODO: toggle between deviceGroup config and deviceInfo
|
||||
// TODO: deviceInfo
|
||||
deviceGroupList->setModel(checked ? NULL : plm->getDeviceGroupModel());
|
||||
}
|
||||
|
||||
void PortsWindow::on_actionNewDeviceGroup_triggered()
|
||||
|
Loading…
Reference in New Issue
Block a user