mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-03 16:25:54 +08:00
Aligned signatures for model matcher log matcher
Ref T247 follow up
This commit is contained in:
committed by
Mat Sutcliffe
parent
d51b26cf8d
commit
1dd10ffe29
@@ -163,7 +163,7 @@ namespace BlackGui
|
|||||||
}
|
}
|
||||||
|
|
||||||
m_matcher.setDefaultModel(CModelMatcherComponent::defaultModel());
|
m_matcher.setDefaultModel(CModelMatcherComponent::defaultModel());
|
||||||
const CAircraftModel matched = m_matcher.getClosestMatch(remoteAircraft, false, &msgs); // test model matching
|
const CAircraftModel matched = m_matcher.getClosestMatch(remoteAircraft, MatchingLogAll, &msgs); // test model matching
|
||||||
ui->te_Results->setText(matched.toQString(true));
|
ui->te_Results->setText(matched.toQString(true));
|
||||||
ui->tvp_ResultMessages->updateContainer(msgs);
|
ui->tvp_ResultMessages->updateContainer(msgs);
|
||||||
ui->tvp_ResultMessages->fullResizeToContents();
|
ui->tvp_ResultMessages->fullResizeToContents();
|
||||||
|
|||||||
Reference in New Issue
Block a user