mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 10:47:01 +08:00
PQ parsing using "best guess" strategy as default plus renamings
This commit is contained in:
committed by
Mat Sutcliffe
parent
4e1835b80d
commit
d89b217e9b
@@ -127,7 +127,7 @@ namespace BlackGui
|
||||
{
|
||||
CAngle pitch;
|
||||
const QString p = ui->le_PitchOnGround->text().trimmed();
|
||||
pitch.parseFromString(p, CPqString::SeparatorsBestGuess);
|
||||
pitch.parseFromString(p, CPqString::SeparatorBestGuess);
|
||||
return pitch;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user