Commit 9914b409 authored by Patrick José Pereira's avatar Patrick José Pereira

MAVLinkProtocol: Remove QString constructor with tr

Signed-off-by: 's avatarPatrick José Pereira <patrickelectric@gmail.com>
parent daba18b5
......@@ -345,7 +345,7 @@ void MAVLinkProtocol::receiveBytes(LinkInterface* link, QByteArray b)
**/
QString MAVLinkProtocol::getName()
{
return QString(tr("MAVLink protocol"));
return tr("MAVLink protocol");
}
/** @return System id of this application */
......
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