Commit f4b03729 authored by acfloria's avatar acfloria

Use name instead of portName in getName of the SerialLink

parent ee618603
...@@ -309,7 +309,7 @@ bool SerialLink::isConnected() const ...@@ -309,7 +309,7 @@ bool SerialLink::isConnected() const
QString SerialLink::getName() const QString SerialLink::getName() const
{ {
return _serialConfig->portName(); return _serialConfig->name();
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment