forked from qt-creator/qt-creator
TRK: Changed strings.
Using "TRK" when referring to the protocol, "App TRK" when referring to the program on the device. Reviewed-by: Oswald Buddenhagen
This commit is contained in:
@@ -98,8 +98,8 @@ QString Session::deviceDescription(unsigned verbose) const
|
||||
if (fpTypeSize)
|
||||
str << ", float size: " << fpTypeSize;
|
||||
}
|
||||
str << ", Trk: v" << trkAppVersion.trkMajor << '.' << trkAppVersion.trkMinor
|
||||
<< " Protocol: v" << trkAppVersion.protocolMajor << '.' << trkAppVersion.protocolMinor;
|
||||
str << ", App TRK: v" << trkAppVersion.trkMajor << '.' << trkAppVersion.trkMinor
|
||||
<< " TRK protocol: v" << trkAppVersion.protocolMajor << '.' << trkAppVersion.protocolMinor;
|
||||
}
|
||||
return msg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user