|
|
|
@ -212,11 +212,6 @@ void SerialConfigurationWindow::setupPortList()
@@ -212,11 +212,6 @@ void SerialConfigurationWindow::setupPortList()
|
|
|
|
|
{ |
|
|
|
|
if (!link) return; |
|
|
|
|
|
|
|
|
|
if (!userConfigured) |
|
|
|
|
{ |
|
|
|
|
ui.portName->clear(); |
|
|
|
|
ui.portName->clearEditText(); |
|
|
|
|
} |
|
|
|
|
// Get the ports available on this system
|
|
|
|
|
QVector<QString>* ports = link->getCurrentPorts(); |
|
|
|
|
|
|
|
|
@ -231,7 +226,6 @@ void SerialConfigurationWindow::setupPortList()
@@ -231,7 +226,6 @@ void SerialConfigurationWindow::setupPortList()
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ui.portName->setEditText(this->link->getPortName()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|