mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Ref T566, added "short log" parameter
This commit is contained in:
committed by
Mat Sutcliffe
parent
1dd6a0852d
commit
859a418691
@@ -122,7 +122,7 @@ namespace BlackGui
|
||||
}
|
||||
|
||||
m_matcher.setDefaultModel(CModelMatcherComponent::defaultModel());
|
||||
const CAircraftModel matched = m_matcher.getClosestMatch(remoteAircraft, &msgs); // test model matching
|
||||
const CAircraftModel matched = m_matcher.getClosestMatch(remoteAircraft, false, &msgs); // test model matching
|
||||
ui->te_Results->setText(matched.toQString(true));
|
||||
ui->tvp_ResultMessages->updateContainer(msgs);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user