mirror of
https://github.com/vale981/Taevitas
synced 2025-03-04 17:11:40 -05:00
A first Try on Serial.
This commit is contained in:
parent
a4059247aa
commit
b5b28ce3e7
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ void MainWindow::fillSerialPorts() {
|
|||
ui->serialSelector->clear();
|
||||
|
||||
// Fill Combo Box with Serial Ports
|
||||
for ( QSerialPortInfo &info : comm.getPorts() ) {
|
||||
for ( QSerialPortInfo info : comm.getPorts() ) {
|
||||
ui->serialSelector->addItem( info.portName() );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue